Skip to content

Commit a15d906

Browse files
authored
bump to 1.0.5 (#64)
1 parent 2cb39e9 commit a15d906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(GNUInstallDirs)
55

66
set (URDF_MAJOR_VERSION 1)
77
set (URDF_MINOR_VERSION 0)
8-
set (URDF_PATCH_VERSION 4)
8+
set (URDF_PATCH_VERSION 5)
99

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

0 commit comments

Comments
 (0)