Skip to content

Commit d9eccd6

Browse files
committed
bump version
1 parent 492669f commit d9eccd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import path from "path";
22
import { fileURLToPath } from "url";
33

44
// This is a placeholder value replaced by the build process
5-
export const APP_VERSION = "1.3.0";
5+
export const APP_VERSION = "1.3.2";
66

77
export const __FILENAME = fileURLToPath(import.meta.url);
88
export const __DIRNAME = path.dirname(__FILENAME);

0 commit comments

Comments
 (0)