diff --git a/CMakeLists.txt b/CMakeLists.txt index 021a144..a8fa376 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.") option(BUILD_SHARED_LIBS "Build shared libraries." YES) project(fediblock-backend - VERSION 0.0.0 + VERSION 0.1.0 DESCRIPTION "Turns form data into JSON and opens a pull request." LANGUAGES CXX)