Skip to content

Commit db7c365

Browse files
authored
Update to 9800, so weave testnet can be upgraded (#646)
Signed-off-by: Shreevatsa N <vatsa@dhiway.com>
1 parent 3c7461d commit db7c365

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[workspace.package]
3-
version = "0.9.7"
3+
version = "0.9.8"
44
authors = ['Dhiway Networks <info@dhiway.com>']
55
edition = "2021"
66
homepage = "https://cord.network"

pallets/asset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pallet-asset"
33
description = "Manage Asset"
4-
version = "0.9.7-dev"
4+
version = "0.9.8"
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true

runtimes/braid/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
133133
spec_name: alloc::borrow::Cow::Borrowed("braid"),
134134
impl_name: alloc::borrow::Cow::Borrowed("dhiway-cord"),
135135
authoring_version: 0,
136-
spec_version: 9700,
136+
spec_version: 9800,
137137
impl_version: 0,
138138
apis: RUNTIME_API_VERSIONS,
139139
transaction_version: 2,

runtimes/loom/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
132132
spec_name: alloc::borrow::Cow::Borrowed("loom"),
133133
impl_name: alloc::borrow::Cow::Borrowed("dhiway-cord"),
134134
authoring_version: 0,
135-
spec_version: 9700,
135+
spec_version: 9800,
136136
impl_version: 0,
137137
apis: RUNTIME_API_VERSIONS,
138138
transaction_version: 2,

runtimes/weave/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
157157
spec_name: alloc::borrow::Cow::Borrowed("weave"),
158158
impl_name: alloc::borrow::Cow::Borrowed("dhiway-cord"),
159159
authoring_version: 0,
160-
spec_version: 9700,
160+
spec_version: 9800,
161161
impl_version: 0,
162162
apis: RUNTIME_API_VERSIONS,
163163
transaction_version: 2,

0 commit comments

Comments
 (0)