Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
aliXsed committed Sep 5, 2024
1 parent 86776f6 commit 5471900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
BUILD_OPTS: "--features on-chain-release-build"
with:
chain: ${{ env.CHAIN }}
package: runtime-${{ env.CHAIN }}
runtime_dir: runtimes/${{ env.CHAIN }}
tag: 1.77.0

Expand Down
2 changes: 1 addition & 1 deletion runtimes/eden/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// Version of the runtime specification. A full-node will not attempt to use its native
// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
// `spec_version` and `authoring_version` are the same between Wasm and native.
spec_version: 31,
spec_version: 32,

// Version of the implementation of the specification. Nodes are free to ignore this; it
// serves only as an indication that the code is different; as long as the other two versions
Expand Down

0 comments on commit 5471900

Please sign in to comment.