Skip to content

Commit a7ee0aa

Browse files
Bump humanode-runtime to 117 spec_version (#1017)
Bump humanode-runtime to 117 spec_version
1 parent 0a02310 commit a7ee0aa

File tree

1 file changed

+1
-1
lines changed
  • crates/humanode-runtime/src

1 file changed

+1
-1
lines changed

crates/humanode-runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
219219
// `spec_version`, and `authoring_version` are the same between Wasm and native.
220220
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
221221
// the compatible custom types.
222-
spec_version: 116,
222+
spec_version: 117,
223223
impl_version: 1,
224224
apis: RUNTIME_API_VERSIONS,
225225
transaction_version: 1,

0 commit comments

Comments
 (0)