Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
miloschwartz committed Feb 14, 2025
1 parent d5a220a commit 6aa4908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6aa4908

Please sign in to comment.