Skip to content

Commit f964f9c

Browse files
authored
Version bump to 0.8.0
1 parent 7ab72f7 commit f964f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# TODO: Better clang-format integration (versions, dependencies, only changed, etc.)
2222
# TODO: Version from git describe?
2323
# TODO: Export macros and visibilty annotations
24-
# TODO: CPack? CTest? Conan?
24+
# TODO: CPack? CTest?
2525

2626

2727
# This is a tricky decision. If we set this too old, we lose access to
@@ -41,7 +41,7 @@ else()
4141
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
4242
endif()
4343

44-
set(CMAKE_PROJECT_VERSION 0.7.0)
44+
set(CMAKE_PROJECT_VERSION 0.8.0)
4545

4646
# Identify the project.
4747
project(viam-cpp-sdk

0 commit comments

Comments
 (0)