瀏覽代碼

bump version

Milo Schwartz 5 月之前
父節點
當前提交
6aa4908446
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server/lib/consts.ts

+ 1 - 1
server/lib/consts.ts

@@ -2,7 +2,7 @@ import path from "path";
 import { fileURLToPath } from "url";
 
 // This is a placeholder value replaced by the build process
-export const APP_VERSION = "1.0.0-beta.13";
+export const APP_VERSION = "1.0.0-beta.14";
 
 export const __FILENAME = fileURLToPath(import.meta.url);
 export const __DIRNAME = path.dirname(__FILENAME);