Skip to content

Commit

Permalink
Bump devnet spec_version
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Oct 17, 2023
1 parent 9950727 commit 2d6db47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/cere-dev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,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: 48005,
spec_version: 48006,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 5,
Expand Down

0 comments on commit 2d6db47

Please sign in to comment.