Skip to content

Commit 8493a47

Browse files
authored
Bump node and runtime versions to 0.11.0 and 1100 (#755)
1 parent fec184d commit 8493a47

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

Cargo.lock

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

container-chains/nodes/frontier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build = "build.rs"
55
description = "Frontier container chain template node"
66
edition = "2021"
77
license = "GPL-3.0-only"
8-
version = "0.10.0"
8+
version = "0.11.0"
99

1010
[lints]
1111
workspace = true

container-chains/nodes/simple/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build = "build.rs"
55
description = "Simple container-chain template node"
66
edition = "2021"
77
license = "GPL-3.0-only"
8-
version = "0.10.0"
8+
version = "0.11.0"
99

1010
[lints]
1111
workspace = true

container-chains/runtime-templates/frontier/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
331331
spec_name: create_runtime_str!("frontier-template"),
332332
impl_name: create_runtime_str!("frontier-template"),
333333
authoring_version: 1,
334-
spec_version: 1000,
334+
spec_version: 1100,
335335
impl_version: 0,
336336
apis: RUNTIME_API_VERSIONS,
337337
transaction_version: 1,

container-chains/runtime-templates/simple/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
225225
spec_name: create_runtime_str!("container-chain-template"),
226226
impl_name: create_runtime_str!("container-chain-template"),
227227
authoring_version: 1,
228-
spec_version: 1000,
228+
spec_version: 1100,
229229
impl_version: 0,
230230
apis: RUNTIME_API_VERSIONS,
231231
transaction_version: 1,

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build = "build.rs"
55
description = "Tanssi node implementation"
66
edition = "2021"
77
license = "GPL-3.0-only"
8-
version = "0.10.0"
8+
version = "0.11.0"
99

1010
[lints]
1111
workspace = true

runtime/dancebox/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
247247
spec_name: create_runtime_str!("dancebox"),
248248
impl_name: create_runtime_str!("dancebox"),
249249
authoring_version: 1,
250-
spec_version: 1000,
250+
spec_version: 1100,
251251
impl_version: 0,
252252
apis: RUNTIME_API_VERSIONS,
253253
transaction_version: 1,

runtime/flashbox/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
223223
spec_name: create_runtime_str!("flashbox"),
224224
impl_name: create_runtime_str!("flashbox"),
225225
authoring_version: 1,
226-
spec_version: 1000,
226+
spec_version: 1100,
227227
impl_version: 0,
228228
apis: RUNTIME_API_VERSIONS,
229229
transaction_version: 1,

solo-chains/node/tanssi-relay-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = { workspace = true }
44
description = "Utils to tie different Tanssi components together and allow instantiation of a node."
55
edition = "2021"
66
license = "GPL-3.0-only"
7-
version = "0.10.0"
7+
version = "0.11.0"
88

99
[lints]
1010
workspace = true

solo-chains/node/tanssi-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Implementation of a `https://tanssi.network` node in Rust based o
55
edition = "2021"
66
license = "GPL-3.0-only"
77
readme = "README.md"
8-
version = "0.10.0"
8+
version = "0.11.0"
99

1010
[[bin]]
1111
name = "tanssi-relay"

solo-chains/runtime/dancelight/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
186186
spec_name: create_runtime_str!("dancelight"),
187187
impl_name: create_runtime_str!("tanssi-dancelight-v2.0"),
188188
authoring_version: 0,
189-
spec_version: 1000,
189+
spec_version: 1100,
190190
impl_version: 0,
191191
apis: RUNTIME_API_VERSIONS,
192192
transaction_version: 26,

0 commit comments

Comments
 (0)