Skip to content

Commit

Permalink
version bump (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiebee authored Sep 15, 2023
2 parents 990fbe6 + ada6039 commit bcb22dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
#[allow(clippy::zero_prefixed_literal)]
spec_version: 005,
spec_version: 006,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down

0 comments on commit bcb22dd

Please sign in to comment.