Skip to content

Commit

Permalink
Merge pull request #445 from Cerebellum-Network/fix/cere-spec-version…
Browse files Browse the repository at this point in the history
…-54128

Typo fix
  • Loading branch information
khssnv authored Oct 9, 2024
2 parents d9cc7c7 + 6de8e08 commit 179d630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/cere/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 541278,
spec_version: 54128,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 19,
Expand Down

0 comments on commit 179d630

Please sign in to comment.