Skip to content

Commit

Permalink
Set correct version before release
Browse files Browse the repository at this point in the history
  • Loading branch information
blishko committed Dec 29, 2024
1 parent 1734ef1 commit fdd3c4f
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
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.14)

set(GOLEM_VERSION_MAJOR 0)
set(GOLEM_VERSION_MINOR 7)
set(GOLEM_VERSION_PATCH 0)
set(GOLEM_VERSION_MINOR 6)
set(GOLEM_VERSION_PATCH 3)
set(GOLEM_VERSION ${GOLEM_VERSION_MAJOR}.${GOLEM_VERSION_MINOR}.${GOLEM_VERSION_PATCH})
project(Golem VERSION ${GOLEM_VERSION} LANGUAGES CXX)

Expand Down

0 comments on commit fdd3c4f

Please sign in to comment.