From 467548e51d89d9b4acb94350007db05cc4822672 Mon Sep 17 00:00:00 2001 From: Starkku Date: Sat, 9 Jul 2022 17:10:57 +0300 Subject: [PATCH] Increase version --- 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 63706757e6..518720c4b5 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 28 +#define BUILD_NUMBER 29 // Nightly defines GIT_COMMIT and GIT_BRANCH in GH Actions