From 743f06ebcde01ebe0bebcb37545db3ad3a6520aa Mon Sep 17 00:00:00 2001 From: Starkku Date: Wed, 19 Jun 2024 19:06:43 +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 964a2b038b..38cb9090d7 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 41 +#define BUILD_NUMBER 42 // Nightly defines GIT_COMMIT and GIT_BRANCH in GH Actions