Skip to content

Commit

Permalink
chore(testnet): bump version to 0.4.1 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht authored Sep 3, 2024
1 parent 3f94a2e commit 6a3add8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runtime/testnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage.workspace = true
license = "Unlicense"
name = "pop-runtime-testnet"
repository.workspace = true
version = "0.4.0"
version = "0.4.1"

[package.metadata.docs.rs]
targets = [ "x86_64-unknown-linux-gnu" ]
Expand Down
2 changes: 1 addition & 1 deletion runtime/testnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("pop"),
authoring_version: 1,
#[allow(clippy::zero_prefixed_literal)]
spec_version: 00_04_00,
spec_version: 00_04_01,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 6a3add8

Please sign in to comment.