Skip to content

Commit 4856525

Browse files
authored
Ajuna Parachain v0.7.1 (#48)
1 parent fa62d9c commit 4856525

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.0"
6+
version = "0.7.1"
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
@@ -211,7 +211,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
211211
spec_name: create_runtime_str!("ajuna"),
212212
impl_name: create_runtime_str!("ajuna"),
213213
authoring_version: 1,
214-
spec_version: 700,
214+
spec_version: 701,
215215
impl_version: 0,
216216
apis: RUNTIME_API_VERSIONS,
217217
transaction_version: 1,

0 commit comments

Comments
 (0)