Skip to content

Commit

Permalink
Bump version to .9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sudipghimire533 committed Mar 15, 2023
1 parent ad3d6ea commit 0bbea7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'datahighway-collator'
version = '3.8.1'
version = '3.9.0'
authors = ['Anonymous']
description = 'DataHighway parachain collator FRAME-based Substrate Node based upon the Cumulus.'
license = 'Unlicense'
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'datahighway-parachain-runtime'
version = '3.8.1'
version = '3.9.0'
authors = ['MXC Foundation GmbH <https://t.me/mxcfoundation>', 'Luke Schoen <[email protected]>', 'Ilya Beregovskiy <[email protected]>']
license = 'GPL-3'
homepage = 'http://www.datahighway.com/'
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("datahighway-parachain"),
impl_name: create_runtime_str!("datahighway-parachain"),
authoring_version: 2,
spec_version: 7,
impl_version: 1,
spec_version: 9,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
state_version: 1,
Expand Down

0 comments on commit 0bbea7e

Please sign in to comment.