From 07fce745cd2c8a407e4adaa8cd71d0eaf21e4655 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 27 Feb 2022 21:41:06 +0700 Subject: [PATCH] Bump version to 0.08 --- src/providers/App.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/App.ts b/src/providers/App.ts index 4abe42f..6d87c53 100644 --- a/src/providers/App.ts +++ b/src/providers/App.ts @@ -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');