Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit de4d216

Browse files
feat/v1.2.5-2023.8.18
1 parent c573c8d commit de4d216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/common/helpers/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const ADMIN_EMAIL = "admin@localhost";
22
export const ADMIN_NAME = "admin";
33

4-
export const VERSION = "1.2.4-2023.8.3";
4+
export const VERSION = "1.2.5-2023.8.18";
55

66
export const SESSION_NAME = "traceo_session";
77
export const SESSION_EXPIRY_TIME = 60 * 1000 * 60 * 24; //24h

0 commit comments

Comments
 (0)