Skip to content

Commit

Permalink
Bump to 1.0.1 (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Jul 10, 2020
1 parent 1f2948c commit 0a6c16e
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 @@ -3,7 +3,7 @@ project(console_bridge)

set (CONSOLE_BRIDGE_MAJOR_VERSION 1)
set (CONSOLE_BRIDGE_MINOR_VERSION 0)
set (CONSOLE_BRIDGE_PATCH_VERSION 0)
set (CONSOLE_BRIDGE_PATCH_VERSION 1)

set (CONSOLE_BRIDGE_VERSION ${CONSOLE_BRIDGE_MAJOR_VERSION}.${CONSOLE_BRIDGE_MINOR_VERSION}.${CONSOLE_BRIDGE_PATCH_VERSION})
message (STATUS "${PROJECT_NAME} version ${CONSOLE_BRIDGE_VERSION}")
Expand Down

0 comments on commit 0a6c16e

Please # to comment.