Skip to content

Commit 8ab0a98

Browse files
committed
bumping version
1 parent 2186dba commit 8ab0a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(NAP_MAJOR_VERSION 0)
22
set(NAP_MINOR_VERSION 7)
3-
set(NAP_PATCH_VERSION 0)
3+
set(NAP_PATCH_VERSION 1)
44
set(NAP_VERSION "${NAP_MAJOR_VERSION}.${NAP_MINOR_VERSION}.${NAP_PATCH_VERSION}")
55
# Be careful updating this as it's currently parsed during packaging by package.py
66
message(STATUS "NAP version: ${NAP_VERSION}")

0 commit comments

Comments
 (0)