From 80f326543b931c5a811ecbf92553cd1d495de7db Mon Sep 17 00:00:00 2001 From: 1xstj <106580853+1xstj@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:28:29 +0530 Subject: [PATCH] update version --- Cargo.toml | 2 +- standalone/runtime/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f866cacc1..c4661ccd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.4.8" +version = "0.4.9" authors = ["Webb Technologies Inc."] edition = "2021" license = "Unlicense" diff --git a/standalone/runtime/src/lib.rs b/standalone/runtime/src/lib.rs index 05f1cbc7a..f288eb954 100644 --- a/standalone/runtime/src/lib.rs +++ b/standalone/runtime/src/lib.rs @@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("tangle-standalone"), impl_name: create_runtime_str!("tangle-standalone"), authoring_version: 1, - spec_version: 402, // v0.4.2 + spec_version: 409, // v0.4.9 impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,