Skip to content

Commit

Permalink
Update version number in CMakeLists.txt from 2.7.0 to 2.8.0 (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
dheineke authored Sep 25, 2024
1 parent 6b31848 commit f0a61de
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.0)

project(ni_grpc_device_server
LANGUAGES C CXX
VERSION 2.7.0)
VERSION 2.8.0)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down

0 comments on commit f0a61de

Please sign in to comment.