We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750a094 commit 680caf9Copy full SHA for 680caf9
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