From 6352b30632575857c266f0a289245e1556501dea Mon Sep 17 00:00:00 2001 From: Starkku Date: Thu, 5 Oct 2023 20:28:49 +0300 Subject: [PATCH] Increment dev build number --- src/Phobos.version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Phobos.version.h b/src/Phobos.version.h index 5b9dbcfbce..59309f5a04 100644 --- a/src/Phobos.version.h +++ b/src/Phobos.version.h @@ -23,7 +23,7 @@ #pragma endregion // Build number. Incremented on each released build. -#define BUILD_NUMBER 36 +#define BUILD_NUMBER 37 // Nightly defines GIT_COMMIT and GIT_BRANCH in GH Actions