Skip to content

Commit 5e781d7

Browse files
committed
Increment version to 0.4
1 parent a082bfe commit 5e781d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Phobos.version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
#define VERSION_MAJOR 0
1313

1414
// Indicates major changes and significant additions, like new logics
15-
#define VERSION_MINOR 3
15+
#define VERSION_MINOR 4
1616

1717
// Indicates minor changes, like vanilla bugfixes, unhardcodings or hacks
1818
#define VERSION_REVISION 0
1919

2020
// Indicates Phobos-related bugfixes only
21-
#define VERSION_PATCH 1
21+
#define VERSION_PATCH 0
2222

2323
#pragma endregion
2424

0 commit comments

Comments
 (0)