Skip to content

Commit 0c90ccc

Browse files
committed
Release 0.7.0
1 parent 03ae77b commit 0c90ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ project(zig C CXX)
2525
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
2626

2727
set(ZIG_VERSION_MAJOR 0)
28-
set(ZIG_VERSION_MINOR 6)
28+
set(ZIG_VERSION_MINOR 7)
2929
set(ZIG_VERSION_PATCH 0)
3030
set(ZIG_VERSION "" CACHE STRING "Override Zig version string. Default is to find out with git.")
3131

0 commit comments

Comments
 (0)