Skip to content

Commit d67eaea

Browse files
authored
Merge pull request #127 from automata-network/feature/anydao/maxduration
Update spec to 1021
2 parents fd5b71b + 20e241c commit d67eaea

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/finitestate/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
126126
// `spec_version`, and `authoring_version` are the same between Wasm and native.
127127
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
128128
// the compatible custom types.
129-
spec_version: 1020,
129+
spec_version: 1021,
130130
impl_version: 1,
131131
apis: RUNTIME_API_VERSIONS,
132132
transaction_version: 1,

0 commit comments

Comments
 (0)