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:
parent
1bb9db3bc3
commit
a52d1fa173
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user