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 492669f commit d9eccd6Copy full SHA for d9eccd6
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.3.0";
+export const APP_VERSION = "1.3.2";
6
7
export const __FILENAME = fileURLToPath(import.meta.url);
8
export const __DIRNAME = path.dirname(__FILENAME);
0 commit comments