Skip to content

Commit 896258c

Browse files
committed
v0.8.9
1 parent 34b41cb commit 896258c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 = "2024"
44
homepage = "https://ajuna.io"
55
repository = "https://github.com/ajuna-network/Ajuna"
6-
version = "0.8.8"
6+
version = "0.8.9"
77

88
[workspace.metadata.psvm]
99
version = "polkadot-stable2506-1"

runtime/ajuna/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
255255
spec_name: Cow::Borrowed("ajuna"),
256256
impl_name: Cow::Borrowed("ajuna"),
257257
authoring_version: 1,
258-
spec_version: 808,
258+
spec_version: 809,
259259
impl_version: 0,
260260
apis: RUNTIME_API_VERSIONS,
261261
transaction_version: 1,

0 commit comments

Comments
 (0)