Skip to content

Commit 01fc07f

Browse files
authored
chore: v1.2.8 (#911)
1 parent 6626da4 commit 01fc07f

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

Cargo.lock

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "1.2.7"
2+
version = "1.2.8"
33
authors = ["Tangle Foundation."]
44
edition = "2021"
55
license = "Unlicense"

runtime/mainnet/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
164164
spec_name: create_runtime_str!("tangle"),
165165
impl_name: create_runtime_str!("tangle"),
166166
authoring_version: 1,
167-
spec_version: 1207, // v1.2.7
167+
spec_version: 1208, // v1.2.8
168168
impl_version: 1,
169169
apis: RUNTIME_API_VERSIONS,
170170
transaction_version: 1,

runtime/testnet/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
169169
spec_name: create_runtime_str!("tangle-testnet"),
170170
impl_name: create_runtime_str!("tangle-testnet"),
171171
authoring_version: 1,
172-
spec_version: 1207, // v1.2.7
172+
spec_version: 1208, // v1.2.8
173173
impl_version: 1,
174174
apis: RUNTIME_API_VERSIONS,
175175
transaction_version: 1,

0 commit comments

Comments
 (0)