Skip to content

Commit aa0e66f

Browse files
authored
v0.7.4 (#51)
1 parent 92b912c commit aa0e66f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [ "Ajuna Network <https://github.com/ajuna-network>" ]
33
edition = "2021"
44
homepage = "https://ajuna.io"
55
repository = "https://github.com/ajuna-network/Ajuna"
6-
version = "0.7.1"
6+
version = "0.7.4"
77

88
[workspace]
99
resolver = "2"

runtime/ajuna/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
212212
spec_name: create_runtime_str!("ajuna"),
213213
impl_name: create_runtime_str!("ajuna"),
214214
authoring_version: 1,
215-
spec_version: 701,
215+
spec_version: 704,
216216
impl_version: 0,
217217
apis: RUNTIME_API_VERSIONS,
218218
transaction_version: 1,

0 commit comments

Comments
 (0)