Skip to content

Commit 603a1fd

Browse files
authored
Merge pull request #42 from CESNET/v1.3.1
Bump to version 1.3.1
2 parents 6fd02f6 + 464c82a commit 603a1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.18)
22

33
set(VERSION_MAJOR 1)
44
set(VERSION_MINOR 3)
5-
set(VERSION_PATCH 0)
5+
set(VERSION_PATCH 1)
66
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
77

88
project(telemetry VERSION ${VERSION})

0 commit comments

Comments
 (0)