From d6d53e40689dc049301fd3b8bf32ecfaa6c576ce Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 4 May 2018 15:48:55 +0200 Subject: [PATCH] Bump drive version for new users --- customize.dist/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/login.js b/customize.dist/login.js index af5a6391a..4d2855b16 100644 --- a/customize.dist/login.js +++ b/customize.dist/login.js @@ -154,7 +154,7 @@ define([ proxy.login_name = uname; proxy[Constants.displayNameKey] = uname; sessionStorage.createReadme = 1; - if (!shouldImport) { proxy.version = 5; } + if (!shouldImport) { proxy.version = 6; } Feedback.send('REGISTRATION', true); } else { Feedback.send('LOGIN', true);