Skip to content

Commit

Permalink
Release koi-6652 (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Aug 20, 2024
1 parent 4d9bf13 commit d9dd210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/note-template/runtime.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## {{ .Env.CHAIN | strings.Title }}
<h3 align="right">Upgrade Priority HIGH :red_circle:</h3>
<h4 align="center">!!All nodes must be upgraded to a minimum of `v6.6.4` version because of the new asynchronous backing feature!!</h4>
<h3 align="right">Upgrade Priority LOW :green_circle:</h3>

#### Whitelist Hash
```
Expand Down
2 changes: 1 addition & 1 deletion runtime/koi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
spec_name: sp_runtime::create_runtime_str!("Darwinia Koi"),
impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"),
authoring_version: 0,
spec_version: 6_6_5_1,
spec_version: 6_6_5_2,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
Expand Down

0 comments on commit d9dd210

Please sign in to comment.