diff --git a/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionAppEvents.swift b/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionAppEvents.swift index 48c5e2dfa1..e58bd5ba11 100644 --- a/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionAppEvents.swift +++ b/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionAppEvents.swift @@ -115,7 +115,7 @@ final class NetworkProtectionAppEvents { } private func restartNetworkProtectionIfVersionChanged(using loginItemsManager: LoginItemsManager) { - let currentVersion = AppVersion.shared.versionNumber + let currentVersion = AppVersion.shared.versionAndBuildNumber let versionStore = NetworkProtectionLastVersionRunStore() defer { versionStore.lastVersionRun = currentVersion