Skip to content

Commit

Permalink
Update the CORD version to 0.9.5 (#570)
Browse files Browse the repository at this point in the history
Signed-off-by: Shreevatsa N <vatsa@dhiway.com>
  • Loading branch information
vatsa287 authored Jan 20, 2025
1 parent 2b49de3 commit 345121e
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
72 changes: 36 additions & 36 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[workspace.package]
version = "0.9.4"
version = "0.9.5"
authors = ['Dhiway Networks <info@dhiway.com>']
edition = "2021"
homepage = "https://cord.network"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/braid/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("braid"),
impl_name: create_runtime_str!("dhiway-cord"),
authoring_version: 0,
spec_version: 9400,
spec_version: 9500,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down
2 changes: 1 addition & 1 deletion runtimes/loom/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("loom"),
impl_name: create_runtime_str!("dhiway-cord"),
authoring_version: 0,
spec_version: 9400,
spec_version: 9500,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down
2 changes: 1 addition & 1 deletion runtimes/weave/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("weave"),
impl_name: create_runtime_str!("dhiway-cord"),
authoring_version: 0,
spec_version: 9400,
spec_version: 9500,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down

0 comments on commit 345121e

Please sign in to comment.