Skip to content

Commit 047e920

Browse files
committed
chore: bump version to 3.45.0
1 parent 96e4f5f commit 047e920

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "3.44.0"
11+
version = "3.45.0"
1212
authors = ["Gluwa Inc. Developer Support <[email protected]>"]
1313
edition = "2021"
1414
license = "Unlicense"

runtime/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
77
spec_name: create_runtime_str!("creditcoin3"),
88
impl_name: create_runtime_str!("creditcoin3"),
99
authoring_version: 3,
10-
spec_version: 44,
10+
spec_version: 45,
1111
impl_version: 0,
1212
apis: RUNTIME_API_VERSIONS,
1313
transaction_version: 2,

0 commit comments

Comments
 (0)