We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b14c8 commit a924726Copy full SHA for a924726
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
2
3
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
4
5
-set(libfranka_VERSION 0.20.2)
+set(libfranka_VERSION 0.20.3)
6
7
project(libfranka
8
VERSION ${libfranka_VERSION}
package.xml
@@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>libfranka</name>
- <version>0.20.2</version>
+ <version>0.20.3</version>
<description>libfranka is a C++ library for Franka Robotics research robots</description>
9
<maintainer email="support@franka.de">Franka Robotics GmbH</maintainer>
10
<license>Apache 2.0</license>
0 commit comments