Skip to content

Commit

Permalink
bump version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pLabarta committed Nov 13, 2023
1 parent 445b10e commit 2e5f889
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["node", "runtime"]
resolver = "2"

[workspace.package]
version = "3.4.2"
version = "3.5.0"
authors = ["Gluwa Inc.", "Nathan Whitaker <[email protected]>"]
edition = "2021"
license = "Unlicense"
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("creditcoin3"),
impl_name: create_runtime_str!("creditcoin3"),
authoring_version: 3,
spec_version: 4,
impl_version: 2,
spec_version: 5,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
state_version: 1,
Expand Down

0 comments on commit 2e5f889

Please sign in to comment.