Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blishko committed Jul 24, 2023
1 parent ef9673f commit 8f654f8
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)

set(GOLEM_VERSION_MAJOR 0)
set(GOLEM_VERSION_MINOR 4)
set(GOLEM_VERSION_PATCH 2)
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 8f654f8

Please sign in to comment.