Skip to content

Commit d5b0703

Browse files
authored
Merge pull request #900 from opentensor/bump-spec-version-204
bump spec version to 204
2 parents e8d926a + 8e7e140 commit d5b0703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
146146
// `spec_version`, and `authoring_version` are the same between Wasm and native.
147147
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
148148
// the compatible custom types.
149-
spec_version: 203,
149+
spec_version: 204,
150150
impl_version: 1,
151151
apis: RUNTIME_API_VERSIONS,
152152
transaction_version: 1,

0 commit comments

Comments
 (0)