Skip to content

Commit 07cedef

Browse files
committed
Bump to 0.6.2
1 parent e05336d commit 07cedef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16.0)
33
# Version setup
44
set(XGLOBE_VERSION_MAJOR "0")
55
set(XGLOBE_VERSION_MINOR "6")
6-
set(XGLOBE_VERSION_PATCH "1")
6+
set(XGLOBE_VERSION_PATCH "2")
77
set(XGLOBE_VERSION "${XGLOBE_VERSION_MAJOR}.${XGLOBE_VERSION_MINOR}.${XGLOBE_VERSION_PATCH}")
88

99
project(xglobe

0 commit comments

Comments
 (0)