Skip to content

Commit

Permalink
v0.7.4 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Jul 31, 2024
1 parent 92b912c commit aa0e66f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = [ "Ajuna Network <https://github.com/ajuna-network>" ]
edition = "2021"
homepage = "https://ajuna.io"
repository = "https://github.com/ajuna-network/Ajuna"
version = "0.7.1"
version = "0.7.4"

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion runtime/ajuna/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("ajuna"),
impl_name: create_runtime_str!("ajuna"),
authoring_version: 1,
spec_version: 701,
spec_version: 704,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit aa0e66f

Please sign in to comment.