Skip to content

Commit 952c77e

Browse files
committed
chore(testnet): bump spec version to v0.5.1
1 parent 2d44f3f commit 952c77e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/testnet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage.workspace = true
66
license = "Unlicense"
77
name = "pop-runtime-testnet"
88
repository.workspace = true
9-
version = "0.5.0"
9+
version = "0.5.1"
1010

1111
[package.metadata.docs.rs]
1212
targets = [ "x86_64-unknown-linux-gnu" ]

runtime/testnet/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
220220
impl_name: Cow::Borrowed("pop"),
221221
authoring_version: 1,
222222
#[allow(clippy::zero_prefixed_literal)]
223-
spec_version: 00_05_00,
223+
spec_version: 00_05_01,
224224
impl_version: 0,
225225
apis: RUNTIME_API_VERSIONS,
226226
transaction_version: 2,

0 commit comments

Comments
 (0)