Bump version

This commit is contained in:
Lucas Dower 2023-06-26 17:22:42 +01:00
parent 82acb0133d
commit 8e9d527bee

View File

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