Skip to content

Commit a4cc1e4

Browse files
committed
version 6.0.2 bump
1 parent 31ff916 commit a4cc1e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
44

55
project(
66
glaze
7-
VERSION 6.0.1
7+
VERSION 6.0.2
88
LANGUAGES CXX
99
)
1010

include/glaze/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace glz
1717
{
1818
uint8_t major = 6;
1919
uint8_t minor = 0;
20-
uint8_t patch = 1;
20+
uint8_t patch = 2;
2121

2222
constexpr auto operator<=>(const version_t& other) const noexcept = default;
2323

0 commit comments

Comments
 (0)