Skip to content

Commit d9dd210

Browse files
authored
Release koi-6652 (#1569)
1 parent 4d9bf13 commit d9dd210

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/note-template/runtime.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## {{ .Env.CHAIN | strings.Title }}
2-
<h3 align="right">Upgrade Priority HIGH :red_circle:</h3>
3-
<h4 align="center">!!All nodes must be upgraded to a minimum of `v6.6.4` version because of the new asynchronous backing feature!!</h4>
2+
<h3 align="right">Upgrade Priority LOW :green_circle:</h3>
43

54
#### Whitelist Hash
65
```

runtime/koi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub const VERSION: sp_version::RuntimeVersion = sp_version::RuntimeVersion {
8080
spec_name: sp_runtime::create_runtime_str!("Darwinia Koi"),
8181
impl_name: sp_runtime::create_runtime_str!("DarwiniaOfficialRust"),
8282
authoring_version: 0,
83-
spec_version: 6_6_5_1,
83+
spec_version: 6_6_5_2,
8484
impl_version: 0,
8585
apis: RUNTIME_API_VERSIONS,
8686
transaction_version: 0,

0 commit comments

Comments
 (0)