Skip to content

Commit c19866d

Browse files
committed
bump spec version
1 parent 9e98765 commit c19866d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
208208
// `spec_version`, and `authoring_version` are the same between Wasm and native.
209209
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
210210
// the compatible custom types.
211-
spec_version: 263,
211+
spec_version: 264,
212212
impl_version: 1,
213213
apis: RUNTIME_API_VERSIONS,
214214
transaction_version: 1,

0 commit comments

Comments
 (0)