Skip to content

Commit 50e0576

Browse files
committed
Version bump to 3.2.0
1 parent f38b480 commit 50e0576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Configuration/Version.h

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

0 commit comments

Comments
 (0)