We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a196acc commit 69684dfCopy full SHA for 69684df
CMakeLists.txt
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
4
5
project(
6
glaze
7
- VERSION 6.4.1
+ VERSION 6.5.0
8
LANGUAGES CXX
9
)
10
include/glaze/version.hpp
@@ -16,8 +16,8 @@ namespace glz
16
struct version_t
17
{
18
uint8_t major = 6;
19
- uint8_t minor = 4;
20
- uint8_t patch = 1;
+ uint8_t minor = 5;
+ uint8_t patch = 0;
21
22
constexpr auto operator<=>(const version_t& other) const noexcept = default;
23
0 commit comments