From 71826b69313de1f3be9ec0e50ad3189174dff4e5 Mon Sep 17 00:00:00 2001 From: Thibaut Boustany Date: Tue, 12 Jun 2018 18:45:51 +0200 Subject: [PATCH] Removed lastUsedVersion hack --- src/reducers/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reducers/settings.js b/src/reducers/settings.js index b97f552d..b70e5603 100644 --- a/src/reducers/settings.js +++ b/src/reducers/settings.js @@ -74,7 +74,7 @@ const INITIAL_STATE: SettingsState = { loaded: false, shareAnalytics: false, sentryLogs: false, - lastUsedVersion: '0.1.0-alpha.7', // Temp hack to show release notes on update to alpha 8, should ne replaced by __APP_VERSION__ + lastUsedVersion: __APP_VERSION__, } function asCryptoCurrency(c: Currency): ?CryptoCurrency {