mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
Bump version to 0.08
This commit is contained in:
@@ -8,7 +8,7 @@ import Configuration from './Configuration';
|
||||
|
||||
class App {
|
||||
|
||||
public readonly version = `0.07${Environment.get().NODE_ENV === "development" ? ' / Development Build' : ''}`;
|
||||
public readonly version = `0.08${Environment.get().NODE_ENV === "development" ? ' / Development Build' : ''}`;
|
||||
|
||||
public loadConfig(): void {
|
||||
Logger.log('info', 'Loading configuration');
|
||||
|
||||
Reference in New Issue
Block a user