Skip to content

Commit bf680c7

Browse files
committed
bump versions
1 parent 4fa5648 commit bf680c7

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "runtime-integration-tests"
3-
version = "1.82.0"
3+
version = "1.83.0"
44
description = "Integration tests"
55
authors = ["GalacticCouncil"]
66
edition = "2021"

runtime/hydradx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hydradx-runtime"
3-
version = "417.0.0"
3+
version = "418.0.0"
44
authors = ["GalacticCouncil"]
55
edition = "2021"
66
license = "Apache 2.0"

runtime/hydradx/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
128128
spec_name: Cow::Borrowed("hydradx"),
129129
impl_name: Cow::Borrowed("hydradx"),
130130
authoring_version: 1,
131-
spec_version: 417,
131+
spec_version: 418,
132132
impl_version: 0,
133133
apis: RUNTIME_API_VERSIONS,
134134
transaction_version: 1,

0 commit comments

Comments
 (0)