Skip to content

Commit 0eea516

Browse files
committed
runtime 324
1 parent 86ce049 commit 0eea516

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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/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 = "323.0.0"
3+
version = "324.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: 323,
123+
spec_version: 324,
124124
impl_version: 0,
125125
apis: RUNTIME_API_VERSIONS,
126126
transaction_version: 1,

0 commit comments

Comments
 (0)