Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 23, 2024
1 parent 51a3bcf commit 767b382
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.6"
version = "0.8.1"

[workspace]
resolver = "2"
Expand Down
4 changes: 2 additions & 2 deletions runtime/bajun/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("bajun"),
impl_name: create_runtime_str!("bajun"),
authoring_version: 1,
spec_version: 706,
spec_version: 801,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down Expand Up @@ -384,7 +384,7 @@ impl frame_system::Config for Runtime {
type PostTransactions = ();
}

type SingleBlockMigrations = (cumulus_pallet_xcmp_queue::migration::v5::MigrateV4ToV5<Runtime>,);
type SingleBlockMigrations = ();

#[cfg(not(feature = "runtime-benchmarks"))]
use mbm::MultiBlockMigrations;
Expand Down

0 comments on commit 767b382

Please sign in to comment.