Skip to content

Commit

Permalink
bump v0.9.30-mainnet.204 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartYe committed Aug 31, 2023
1 parent 2a8da72 commit 0836083
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.9.30-mainnet.204

- fix abyssworld betting

# v0.9.30-mainnet.203

- enable abyssworld betting
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 203,
spec_version: 204,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand Down

0 comments on commit 0836083

Please sign in to comment.