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);