Skip to content

Commit 243c375

Browse files
committed
versions
1 parent de28b9a commit 243c375

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.

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.43.0"
3+
version = "1.44.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 = "324.0.0"
3+
version = "325.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
@@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
120120
spec_name: create_runtime_str!("hydradx"),
121121
impl_name: create_runtime_str!("hydradx"),
122122
authoring_version: 1,
123-
spec_version: 324,
123+
spec_version: 325,
124124
impl_version: 0,
125125
apis: RUNTIME_API_VERSIONS,
126126
transaction_version: 1,

0 commit comments

Comments
 (0)