Skip to content

Commit 69684df

Browse files
committed
version 6.5.0 bump
1 parent a196acc commit 69684df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4.1
7+
VERSION 6.5.0
88
LANGUAGES CXX
99
)
1010

include/glaze/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ namespace glz
1616
struct version_t
1717
{
1818
uint8_t major = 6;
19-
uint8_t minor = 4;
20-
uint8_t patch = 1;
19+
uint8_t minor = 5;
20+
uint8_t patch = 0;
2121

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

0 commit comments

Comments
 (0)