mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Change version
This commit is contained in:
@@ -7,7 +7,7 @@ import osu from './osuAPI';
|
|||||||
|
|
||||||
class App {
|
class App {
|
||||||
|
|
||||||
public readonly version = '0.02';
|
public readonly version = `0.05${Environment.get().NODE_ENV === "development" ? ' / Development Build' : ''}`;
|
||||||
|
|
||||||
public loadENV(): void {
|
public loadENV(): void {
|
||||||
Logger.log('info', 'Loading environment');
|
Logger.log('info', 'Loading environment');
|
||||||
|
|||||||
Reference in New Issue
Block a user