Skip to content

Commit

Permalink
chore: prepare 0.5 release (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrazovic committed Mar 6, 2024
1 parent 47d02cb commit 73b829f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage = "https://www.polimec.org/"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/Polimec/polimec-node"
version = "0.4.0"
version = "0.5.0"

[profile.release]
# Substrate runtime requires unwinding.
Expand Down
2 changes: 1 addition & 1 deletion runtimes/base/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("polimec-mainnet"),
impl_name: create_runtime_str!("polimec-mainnet"),
authoring_version: 1,
spec_version: 0_005_001,
spec_version: 0_005_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 73b829f

Please sign in to comment.