Skip to content

Commit

Permalink
Merge pull request #30 from koinos/bump-version
Browse files Browse the repository at this point in the history
Bump cmake to v1.0.0 and version to v1.1.1
  • Loading branch information
sgerbino authored Mar 14, 2024
2 parents 3e9e692 + 17d1084 commit dea03ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ include(FetchContent)
FetchContent_Declare(
koinos_cmake
GIT_REPOSITORY https://github.com/koinos/koinos-cmake.git
GIT_TAG 0c8433a118eb4cd5a86bb7ac4708a38db8166801)
GIT_TAG v1.0.0)
FetchContent_MakeAvailable(koinos_cmake)

include("${koinos_cmake_SOURCE_DIR}/Koinos.cmake")

project(koinos_state_db
VERSION 1.1.0
VERSION 1.1.1
DESCRIPTION "The Koinos statedb library"
LANGUAGES CXX C)

Expand Down

0 comments on commit dea03ea

Please sign in to comment.