We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38b480 commit 50e0576Copy full SHA for 50e0576
src/Configuration/Version.h
@@ -3,6 +3,6 @@
3
namespace Version
4
{
5
constexpr uint8_t Major = 3;
6
- constexpr uint8_t Minor = 1;
7
- constexpr uint8_t Patch = 2;
+ constexpr uint8_t Minor = 2;
+ constexpr uint8_t Patch = 0;
8
}
0 commit comments