Adjust the version string format to ensure integer comparison can be made. Changed from 2024.3.0 to 2024.03.2

This commit is contained in:
Fred Boniface 2024-03-31 19:57:46 +01:00
parent 1bb9db3bc3
commit a52d1fa173
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export const version: string = '2024.3.0';
export const version: string = '2024.03.2';
export const versionTag: string = '';
export const showWelcome: boolean = true;