We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a082bfe commit 5e781d7Copy full SHA for 5e781d7
src/Phobos.version.h
@@ -12,13 +12,13 @@
12
#define VERSION_MAJOR 0
13
14
// Indicates major changes and significant additions, like new logics
15
-#define VERSION_MINOR 3
+#define VERSION_MINOR 4
16
17
// Indicates minor changes, like vanilla bugfixes, unhardcodings or hacks
18
#define VERSION_REVISION 0
19
20
// Indicates Phobos-related bugfixes only
21
-#define VERSION_PATCH 1
+#define VERSION_PATCH 0
22
23
#pragma endregion
24
0 commit comments