Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Nov 24, 2021
1 parent 9f61d9e commit fbc9b2a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 polkadot-parachains/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "encointer-collator"
# align major.minor revision with the runtimes. bump patch revision ad lib. make this the github release tag
version = "0.6.4"
version = "0.6.5"
authors = ["Encointer <[email protected]>"]
build = "build.rs"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion polkadot-parachains/encointer-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'encointer-runtime'
# minor revision must match collator node
# major.minor revision must match collator node
# patch revision must match runtime spec_version
version = '0.6.2'
authors = ["Encointer <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions polkadot-parachains/launch-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'launch-runtime'
# minor revision must match collator node
# major.minor revision must match collator node. patch should stay at zero to match spec_version which is hard-nailed to 0
version = '0.6.0'
authors = ["Encointer <[email protected]>"]
license = "GPL-3.0"
Expand Down Expand Up @@ -131,4 +131,4 @@ runtime-benchmarks = [
"pallet-timestamp/runtime-benchmarks",
"pallet-treasury/runtime-benchmarks",
"pallet-utility/runtime-benchmarks",
]
]

0 comments on commit fbc9b2a

Please sign in to comment.