Skip to content

Commit

Permalink
Bump to version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbartel committed Oct 15, 2024
1 parent 61bcbad commit 7df5166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

# Define project version and use via generated config header
project(ngen VERSION 0.2.0)
project(ngen VERSION 0.3.0)

add_executable(ngen "${NGEN_SRC_DIR}/NGen.cpp")

Expand Down

0 comments on commit 7df5166

Please sign in to comment.