Update Release Candidate Version (#1709)

This commit is contained in:
Daniel Ternyak 2018-05-01 21:15:27 -05:00 committed by GitHub
parent 347b2f0684
commit 9e844b71f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export const discordURL = 'https://discord.gg/VSaTXEA';
// Displays in the footer
export const VERSION_RAW = packageJson.version;
export const VERSION = `${VERSION_RAW} (Release Candidate)`;
export const VERSION = `${VERSION_RAW} (Release Candidate 2)`;
export const N_FACTOR = 8192;
// Bricks the app once this date has been exceeded. Remember to update these 2