Skip to content

Commit

Permalink
Bump version to v0.1.25-4, runtimes version 1254
Browse files Browse the repository at this point in the history
  • Loading branch information
nanometerzhu committed Oct 28, 2023
1 parent 79ee524 commit 30154c2
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 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 node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "khala-node"
version = "0.1.25-3"
version = "0.1.25-4"
license = "Apache-2.0"
homepage = "https://phala.network/"
repository = "https://github.com/Phala-Network/khala-parachain"
Expand Down
2 changes: 1 addition & 1 deletion runtime/khala/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "khala-parachain-runtime"
version = "0.1.25-3"
version = "0.1.25-4"
authors = ["Phala Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/khala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("khala"),
impl_name: create_runtime_str!("khala"),
authoring_version: 1,
spec_version: 1253,
spec_version: 1254,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
Expand Down
2 changes: 1 addition & 1 deletion runtime/phala/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phala-parachain-runtime"
version = "0.1.25-3"
version = "0.1.25-4"
authors = ["Phala Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/phala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("phala"),
impl_name: create_runtime_str!("phala"),
authoring_version: 1,
spec_version: 1253,
spec_version: 1254,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 5,
Expand Down
2 changes: 1 addition & 1 deletion runtime/rhala/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rhala-parachain-runtime"
version = "0.1.25-3"
version = "0.1.25-4"
authors = ["Phala Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/rhala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rhala"),
impl_name: create_runtime_str!("rhala"),
authoring_version: 1,
spec_version: 1253,
spec_version: 1254,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
Expand Down
2 changes: 1 addition & 1 deletion runtime/thala/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thala-parachain-runtime"
version = "0.1.25-3"
version = "0.1.25-4"
authors = ["Phala Network"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/thala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("thala"),
impl_name: create_runtime_str!("thala"),
authoring_version: 1,
spec_version: 1253,
spec_version: 1254,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
Expand Down

0 comments on commit 30154c2

Please sign in to comment.