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