Skip to content

Commit a39b1db

Browse files
committed
bump version
1 parent 2ddb4ec commit a39b1db

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.7.2";
5+
export const APP_VERSION = "1.7.3";
66

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

0 commit comments

Comments
 (0)