Skip to content

Commit

Permalink
chore(release): bump collect 22.10.9
Browse files Browse the repository at this point in the history
bump collect 22.10.9
  • Loading branch information
pkippes committed Mar 1, 2024
1 parent 6c441e2 commit 9646c4f
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 @@ -117,7 +117,7 @@ endif()
# Version.
set(COLLECT_MAJOR 22)
set(COLLECT_MINOR 10)
set(COLLECT_PATCH 8)
set(COLLECT_PATCH 9)
set(COLLECT_VERSION "${COLLECT_MAJOR}.${COLLECT_MINOR}.${COLLECT_PATCH}")
add_definitions(-DCENTREON_CONNECTOR_VERSION=\"${COLLECT_VERSION}\")

Expand Down

0 comments on commit 9646c4f

Please sign in to comment.