[Hotfix] Fix Quest Ownership Edge Case (#4977)

* [Hotfix] Fix Quest Ownership Edge Case

* Push
This commit is contained in:
Alex King
2025-08-02 23:09:30 -04:00
committed by GitHub
parent d9f4d49ef4
commit d142e1ca81
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
// Build variables
// these get injected during the build pipeline
#define CURRENT_VERSION "23.9.0-dev" // always append -dev to the current version for custom-builds
#define CURRENT_VERSION "23.9.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__