Skip to content

Commit

Permalink
Update CMakeLists.txt - bump version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
tmolberg authored Aug 29, 2024
1 parent bc65fd8 commit 7f93315
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 @@ -3,7 +3,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)

cmake_policy(SET CMP0048 NEW)
PROJECT(reveller VERSION 0.1.0 LANGUAGES C CXX Go)
PROJECT(reveller VERSION 0.1.1 LANGUAGES C CXX Go)

include(cmake/golang.cmake)

Expand Down

0 comments on commit 7f93315

Please sign in to comment.