Skip to content

Commit b7ad0e1

Browse files
committed
Bump spec_version
1 parent 31a4ed8 commit b7ad0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
201201
// `spec_version`, and `authoring_version` are the same between Wasm and native.
202202
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
203203
// the compatible custom types.
204-
spec_version: 170,
204+
spec_version: 171,
205205
impl_version: 1,
206206
apis: RUNTIME_API_VERSIONS,
207207
transaction_version: 1,

0 commit comments

Comments
 (0)