1 parent 83b0732 commit a17c6b8Copy full SHA for a17c6b8
2 files changed
CMakeLists.txt
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
4
5
project(
6
glaze
7
- VERSION 7.2.2
+ VERSION 7.2.3
8
LANGUAGES CXX
9
)
10
include/glaze/version.hpp
@@ -17,7 +17,7 @@ namespace glz
17
{
18
uint8_t major = 7;
19
uint8_t minor = 2;
20
- uint8_t patch = 2;
+ uint8_t patch = 3;
21
22
constexpr auto operator<=>(const version_t& other) const noexcept = default;
23
0 commit comments