Skip to content

Commit bb8e6c4

Browse files
committed
2.33.0
1 parent 57b2bba commit bb8e6c4

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.32.0"
43+
version = "2.33.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
@@ -141,7 +141,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
141141
spec_name: Cow::Borrowed("acala"),
142142
impl_name: Cow::Borrowed("acala"),
143143
authoring_version: 1,
144-
spec_version: 2320,
144+
spec_version: 2330,
145145
impl_version: 0,
146146
apis: RUNTIME_API_VERSIONS,
147147
transaction_version: 3,

0 commit comments

Comments
 (0)