Skip to content

Commit

Permalink
Merge branch 'main' into public
Browse files Browse the repository at this point in the history
  • Loading branch information
cklosters committed Jun 15, 2023
2 parents 90abceb + 6ae863a commit f98a6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(NAP_MAJOR_VERSION 0)
set(NAP_MINOR_VERSION 5)
set(NAP_PATCH_VERSION 6)
set(NAP_PATCH_VERSION 7)
set(NAP_VERSION "${NAP_MAJOR_VERSION}.${NAP_MINOR_VERSION}.${NAP_PATCH_VERSION}")
# Be careful updating this as it's currently parsed during packaging by package.py
message(STATUS "NAP version: ${NAP_VERSION}")

0 comments on commit f98a6ef

Please sign in to comment.