Skip to content

Commit

Permalink
fix: pre-emptive version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Apr 19, 2024
1 parent bcf2d82 commit b3073c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/development/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parameter_types! {

/// The migration set for Development & Demo.
/// It includes all the migrations that have to be applied on that chain.
pub type UpgradeDevelopment1047 = (
pub type UpgradeDevelopment1046 = (
pallet_collator_selection::migration::v1::MigrateToV1<crate::Runtime>,
// v0 -> v1
pallet_multisig::migrations::v1::MigrateToV1<crate::Runtime>,
Expand Down

0 comments on commit b3073c5

Please sign in to comment.