Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Bump runtime spec version to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSandwich committed Jun 17, 2020
1 parent ce71c48 commit 20e871a
Show file tree
Hide file tree
Showing 4 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/Cargo.toml
Expand Up @@ -3,7 +3,7 @@ edition = "2018"
name = "radicle-registry-runtime"
description = "Substrate chain runtime for the Radicle Registry"
authors = ["Monadic GmbH <radicle@monadic.xyz>"]
version = "0.8.0"
version = "0.9.0"
homepage = "https://github.com/radicle-dev/radicle-registry"
documentation = "https://github.com/radicle-dev/radicle-registry"
license = "GPL-3.0-only"
Expand Down
Binary file modified runtime/latest.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Expand Up @@ -83,7 +83,7 @@ pub type UncheckedExtrinsic = generic::UncheckedExtrinsic<AccountId, Call, Signa
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("radicle-registry"),
impl_name: create_runtime_str!("radicle-registry"),
spec_version: 8,
spec_version: 9,
impl_version: 0,
apis: runtime_api::VERSIONS,
// Ignored by us. Only `spec_version` and `impl_version` are relevant.
Expand Down

0 comments on commit 20e871a

Please sign in to comment.