Skip to content

Commit

Permalink
chore: bump election pallet version
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen committed Nov 20, 2024
1 parent 7beca6d commit a639c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/pallets/cf-elections/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ use frame_system::pallet_prelude::*;

pub use pallet::*;

pub const PALLET_VERSION: StorageVersion = StorageVersion::new(1);
pub const PALLET_VERSION: StorageVersion = StorageVersion::new(2);

pub use pallet::UniqueMonotonicIdentifier;

Expand Down

0 comments on commit a639c68

Please sign in to comment.