Skip to content

Commit 24e3946

Browse files
committed
Version bump to 1.8.0
1 parent 0cc3ece commit 24e3946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Configuration/Version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
namespace Version
44
{
55
constexpr uint8_t Major = 1;
6-
constexpr uint8_t Minor = 7;
7-
constexpr uint8_t Patch = 2;
6+
constexpr uint8_t Minor = 8;
7+
constexpr uint8_t Patch = 0;
88
}

0 commit comments

Comments
 (0)