Skip to content

Commit 8f148ca

Browse files
committed
versions
1 parent 6d0a7d4 commit 8f148ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/basilisk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "basilisk-runtime"
3-
version = "120.0.0"
3+
version = "121.0.0"
44
authors = ["GalacticCouncil"]
55
edition = "2021"
66
homepage = "https://github.com/galacticcouncil/Basilisk-node"

runtime/basilisk/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
100100
spec_name: create_runtime_str!("basilisk"),
101101
impl_name: create_runtime_str!("basilisk"),
102102
authoring_version: 1,
103-
spec_version: 120,
103+
spec_version: 121,
104104
impl_version: 0,
105105
apis: apis::RUNTIME_API_VERSIONS,
106106
transaction_version: 1,

0 commit comments

Comments
 (0)