diff --git a/src/Phobos.version.h b/src/Phobos.version.h index 51b0762634..87fe2f0c12 100644 --- a/src/Phobos.version.h +++ b/src/Phobos.version.h @@ -12,18 +12,18 @@ #define VERSION_MAJOR 0 // Indicates major changes and significant additions, like new logics -#define VERSION_MINOR 2 +#define VERSION_MINOR 3 // Indicates minor changes, like vanilla bugfixes, unhardcodings or hacks -#define VERSION_REVISION 2 +#define VERSION_REVISION 0 // Indicates Phobos-related bugfixes only -#define VERSION_PATCH 2 +#define VERSION_PATCH 0 #pragma endregion // Build number. Incremented on each released build. -#define BUILD_NUMBER 30 +#define BUILD_NUMBER 31 // Nightly defines GIT_COMMIT and GIT_BRANCH in GH Actions