Skip to content

Commit dc8660e

Browse files
committed
v0.7.2
1 parent 993e796 commit dc8660e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.8)
22

3-
project(magic_enum VERSION "0.7.1" LANGUAGES CXX)
3+
project(magic_enum VERSION "0.7.2" LANGUAGES CXX)
44

55
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
66
set(IS_TOPLEVEL_PROJECT TRUE)

include/magic_enum.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
66
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
77
// __/ | https://github.com/Neargye/magic_enum
8-
// |___/ version 0.7.1
8+
// |___/ version 0.7.2
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT
@@ -34,7 +34,7 @@
3434

3535
#define MAGIC_ENUM_VERSION_MAJOR 0
3636
#define MAGIC_ENUM_VERSION_MINOR 7
37-
#define MAGIC_ENUM_VERSION_PATCH 1
37+
#define MAGIC_ENUM_VERSION_PATCH 2
3838

3939
#include <array>
4040
#include <cassert>

0 commit comments

Comments
 (0)