We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58a57d2 + 680caf9 commit 1622972Copy full SHA for 1622972
1 file changed
src/Configuration/Version.h
@@ -3,6 +3,6 @@
3
namespace Version
4
{
5
constexpr uint8_t Major = 3;
6
- constexpr uint8_t Minor = 2;
+ constexpr uint8_t Minor = 3;
7
constexpr uint8_t Patch = 0;
8
}
0 commit comments