Skip to content

Commit

Permalink
Merge pull request #12 from CESNET/new-version
Browse files Browse the repository at this point in the history
Bump to version 0.2.1
  • Loading branch information
SiskaPavel authored Jul 15, 2024
2 parents 9122d54 + e22abd8 commit cef5cb2
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.12)

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

project(telemetry VERSION ${VERSION})
Expand Down

0 comments on commit cef5cb2

Please sign in to comment.