mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2025-02-17 13:39:28 +08:00
Upgrade hotfix version
This commit is contained in:
parent
334f5e07f4
commit
dc87550bc5
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user