Upgrade hotfix version

This commit is contained in:
Lucas Dower 2023-09-03 17:30:06 +01:00
parent 334f5e07f4
commit dc87550bc5
No known key found for this signature in database
GPG Key ID: B3EE6B8499593605

View File

@ -11,8 +11,8 @@ export class AppConfig {
public readonly RELEASE_MODE;
public readonly MAJOR_VERSION = 0;
public readonly MINOR_VERSION = 8;
public readonly HOTFIX_VERSION = 8;
public readonly VERSION_TYPE: 'd' | 'a' | 'r' = 'r'; // dev, alpha, or release build
public readonly HOTFIX_VERSION = 9;
public readonly VERSION_TYPE: 'd' | 'a' | 'r' = 'd'; // dev, alpha, or release build
public readonly MINECRAFT_VERSION = '1.19.4';
public readonly LOCALE = 'en-GB';