Skip to content

Commit

Permalink
Merge pull request #10 from CESNET/new-version
Browse files Browse the repository at this point in the history
Bump to version 0.2.0
  • Loading branch information
SiskaPavel authored Jun 19, 2024
2 parents cb7ab15 + 78f6bc6 commit 746cf8e
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 1)
set(VERSION_MINOR 2)
set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})

Expand Down

0 comments on commit 746cf8e

Please sign in to comment.