Skip to content

Commit 6a3add8

Browse files
authored
chore(testnet): bump version to 0.4.1 (#256)
1 parent 3f94a2e commit 6a3add8

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.4.0"
9+
version = "0.4.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
@@ -181,7 +181,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
181181
impl_name: create_runtime_str!("pop"),
182182
authoring_version: 1,
183183
#[allow(clippy::zero_prefixed_literal)]
184-
spec_version: 00_04_00,
184+
spec_version: 00_04_01,
185185
impl_version: 0,
186186
apis: RUNTIME_API_VERSIONS,
187187
transaction_version: 1,

0 commit comments

Comments
 (0)