Skip to content

Commit

Permalink
bump SPEC_VERSION for Cantillon update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer committed Dec 11, 2020
1 parent 2c8b506 commit 9f786b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = 'encointer-node-teeproxy-runtime'
repository = 'https://github.com/encointer/encointer-node/'
# minor revision must match node/client
# patch revision must match runtime spec_version
version = '0.3.5'
version = '0.3.6'

[dependencies.encointer-scheduler]
default-features = false
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
/// Version of the runtime specification. A full-node will not attempt to use its native
/// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
/// `spec_version` and `authoring_version` are the same between Wasm and native.
spec_version: 5,
spec_version: 6,

/// Version of the implementation of the specification. Nodes are free to ignore this; it
/// serves only as an indication that the code is different; as long as the other two versions
Expand Down

0 comments on commit 9f786b2

Please sign in to comment.