Skip to content

Commit 2c13d1f

Browse files
authored
bump runtime and client version (#176)
1 parent bf4b8bb commit 2c13d1f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = 'Apache-2.0'
88
name = 'integritee-node'
99
repository = 'https://github.com/integritee-network/integritee-node'
1010
# Align major.minor revision with the runtimes, bump patch revision ad lib. Make this the github release tag.
11-
version = '1.0.34'
11+
version = '1.0.36'
1212
[package.metadata.docs.rs]
1313
targets = ["x86_64-unknown-linux-gnu"]
1414

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = 'Apache-2.0'
66
name = 'integritee-node-runtime'
77
repository = 'https://github.com/integritee-network/integritee-node'
88
# keep patch revision with spec_version of runtime
9-
version = '1.0.32'
9+
version = '1.0.33'
1010

1111
[package.metadata.docs.rs]
1212
targets = ["x86_64-unknown-linux-gnu"]

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
138138
/// Version of the runtime specification. A full-node will not attempt to use its native
139139
/// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
140140
/// `spec_version` and `authoring_version` are the same between Wasm and native.
141-
spec_version: 32,
141+
spec_version: 33,
142142

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

0 commit comments

Comments
 (0)