Skip to content

Commit 840ac49

Browse files
committed
2.32.0
1 parent 152f444 commit 840ac49

File tree

5 files changed

+46
-46
lines changed

5 files changed

+46
-46
lines changed

Cargo.lock

Lines changed: 42 additions & 42 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
@@ -40,7 +40,7 @@ members = [
4040
resolver = "2"
4141

4242
[workspace.package]
43-
version = "2.31.0"
43+
version = "2.32.0"
4444
authors = ["Acala Developers"]
4545
edition = "2021"
4646

runtime/acala/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
140140
spec_name: Cow::Borrowed("acala"),
141141
impl_name: Cow::Borrowed("acala"),
142142
authoring_version: 1,
143-
spec_version: 2310,
143+
spec_version: 2320,
144144
impl_version: 0,
145145
apis: RUNTIME_API_VERSIONS,
146146
transaction_version: 3,

0 commit comments

Comments
 (0)