Skip to content

Commit

Permalink
Bump version to v0.1.25, runtimes version 1250
Browse files Browse the repository at this point in the history
jasl committed Jun 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 40d99b5 commit f982d70
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-dev"
version = "0.1.25"
license = "Apache-2.0"
homepage = "https://phala.network/"
repository = "https://github.com/Phala-Network/khala-parachain"
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-dev"
version = "0.1.25"
authors = ["Phala Network"]
edition = "2021"

2 changes: 1 addition & 1 deletion runtime/khala/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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: 1248,
spec_version: 1250,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
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-dev"
version = "0.1.25"
authors = ["Phala Network"]
edition = "2021"

2 changes: 1 addition & 1 deletion runtime/phala/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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: 1248,
spec_version: 1250,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 5,
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-dev"
version = "0.1.25"
authors = ["Phala Network"]
edition = "2021"

2 changes: 1 addition & 1 deletion runtime/rhala/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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: 1248,
spec_version: 1250,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
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-dev"
version = "0.1.25"
authors = ["Phala Network"]
edition = "2021"

2 changes: 1 addition & 1 deletion runtime/thala/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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: 1248,
spec_version: 1250,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,

0 comments on commit f982d70

Please sign in to comment.