Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 89dc0b8

Browse files
committed
* Release 0.1.27-erdstall
1 parent a63bdb2 commit 89dc0b8

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

Diff for: Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
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.1.26"
6+
version = "0.1.27"
77

88
[workspace]
99
members = [

Diff for: runtime/ajuna/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
153153
spec_name: create_runtime_str!("ajuna"),
154154
impl_name: create_runtime_str!("ajuna"),
155155
authoring_version: 1,
156-
spec_version: 126,
156+
spec_version: 127,
157157
impl_version: 0,
158158
apis: RUNTIME_API_VERSIONS,
159159
transaction_version: 1,

Diff for: runtime/bajun/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
163163
spec_name: create_runtime_str!("bajun"),
164164
impl_name: create_runtime_str!("bajun"),
165165
authoring_version: 1,
166-
spec_version: 126,
166+
spec_version: 127,
167167
impl_version: 0,
168168
apis: RUNTIME_API_VERSIONS,
169169
transaction_version: 1,

0 commit comments

Comments
 (0)