We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f240cd2 commit 84c3cc4Copy full SHA for 84c3cc4
server/lib/consts.ts
@@ -2,7 +2,7 @@ import path from "path";
2
import { fileURLToPath } from "url";
3
4
// This is a placeholder value replaced by the build process
5
-export const APP_VERSION = "1.1.0";
+export const APP_VERSION = "1.1.2";
6
7
export const __FILENAME = fileURLToPath(import.meta.url);
8
export const __DIRNAME = path.dirname(__FILENAME);
0 commit comments