Skip to content

Commit 900d57e

Browse files
committed
Save correct settings version
1 parent b6c9aba commit 900d57e

File tree

1 file changed

+1
-1
lines changed
  • mullvad-types/src/settings

1 file changed

+1
-1
lines changed

mullvad-types/src/settings/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mod dns;
2121
/// latest version that exists in `SettingsVersion`.
2222
/// This should be bumped when a new version is introduced along with a migration
2323
/// being added to `mullvad-daemon`.
24-
pub const CURRENT_SETTINGS_VERSION: SettingsVersion = SettingsVersion::V7;
24+
pub const CURRENT_SETTINGS_VERSION: SettingsVersion = SettingsVersion::V8;
2525

2626
#[derive(Debug, PartialEq, Eq, PartialOrd, Clone, Copy)]
2727
#[repr(u32)]

0 commit comments

Comments
 (0)