Skip to content

Commit

Permalink
bump to 1.0.5 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters authored May 8, 2020
1 parent 2cb39e9 commit a15d906
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 @@ -5,7 +5,7 @@ include(GNUInstallDirs)

set (URDF_MAJOR_VERSION 1)
set (URDF_MINOR_VERSION 0)
set (URDF_PATCH_VERSION 4)
set (URDF_PATCH_VERSION 5)

set (URDF_VERSION ${URDF_MAJOR_VERSION}.${URDF_MINOR_VERSION}.${URDF_PATCH_VERSION})

Expand Down

0 comments on commit a15d906

Please sign in to comment.