From 367a8081bba352ececf9f9652a15a8dcfbbaf927 Mon Sep 17 00:00:00 2001 From: Starkku Date: Fri, 9 Dec 2022 22:42:37 +0200 Subject: [PATCH] Increment 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 87fe2f0c12..eed18d88a6 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 31 +#define BUILD_NUMBER 32 // Nightly defines GIT_COMMIT and GIT_BRANCH in GH Actions