Skip to content

Commit fadef27

Browse files
committed
chore: prepare 0.5 release
1 parent 47d02cb commit fadef27

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ homepage = "https://www.polimec.org/"
2020
license-file = "LICENSE"
2121
readme = "README.md"
2222
repository = "https://github.com/Polimec/polimec-node"
23-
version = "0.4.0"
23+
version = "0.5.0"
2424

2525
[profile.release]
2626
# Substrate runtime requires unwinding.

runtimes/base/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
198198
spec_name: create_runtime_str!("polimec-mainnet"),
199199
impl_name: create_runtime_str!("polimec-mainnet"),
200200
authoring_version: 1,
201-
spec_version: 0_005_001,
201+
spec_version: 0_005_000,
202202
impl_version: 0,
203203
apis: RUNTIME_API_VERSIONS,
204204
transaction_version: 1,

0 commit comments

Comments
 (0)