Update cmakelist version

This commit is contained in:
katexochen 2022-10-07 17:51:36 +02:00 committed by Paul Meyer
parent eb700fb2ce
commit 75439344c9

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.11)
project(constellation LANGUAGES C VERSION 2.0.0)
project(constellation LANGUAGES C VERSION 2.1.0)
set(CLI_BUILD_TAGS "" CACHE STRING "Tags passed to go build of Constellation CLI.")
enable_testing()