We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c9aba commit 900d57eCopy full SHA for 900d57e
mullvad-types/src/settings/mod.rs
@@ -21,7 +21,7 @@ mod dns;
21
/// latest version that exists in `SettingsVersion`.
22
/// This should be bumped when a new version is introduced along with a migration
23
/// being added to `mullvad-daemon`.
24
-pub const CURRENT_SETTINGS_VERSION: SettingsVersion = SettingsVersion::V7;
+pub const CURRENT_SETTINGS_VERSION: SettingsVersion = SettingsVersion::V8;
25
26
#[derive(Debug, PartialEq, Eq, PartialOrd, Clone, Copy)]
27
#[repr(u32)]
0 commit comments