[Hotfix] Fixed Mail Key Bug (#5015)

* [Hotfix] Fixed Mail Key Bug

* Release
This commit is contained in:
Alex King
2025-09-16 22:52:57 -04:00
committed by GitHub
parent 4b69df646c
commit 1575a2af40
6 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
// Build variables
// these get injected during the build pipeline
#define CURRENT_VERSION "23.10.0-dev" // always append -dev to the current version for custom-builds
#define CURRENT_VERSION "23.10.1-dev" // always append -dev to the current version for custom-builds
#define LOGIN_VERSION "0.8.0"
#define COMPILE_DATE __DATE__
#define COMPILE_TIME __TIME__