Skip to content

Commit

Permalink
bump runtime to v1181
Browse files Browse the repository at this point in the history
  • Loading branch information
h4x3rotab committed Sep 22, 2022
1 parent 3aef47e commit bf45bd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 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.18"
version = "0.1.18-1"
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 @@ -145,7 +145,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("khala"),
impl_name: create_runtime_str!("khala"),
authoring_version: 1,
spec_version: 1180,
spec_version: 1181,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 4,
Expand Down

0 comments on commit bf45bd9

Please sign in to comment.