From 4742ed08705cf5d9d851ab9c6cdefef86b301612 Mon Sep 17 00:00:00 2001 From: Andreas Kuhner Date: Fri, 6 Sep 2024 15:10:00 +0200 Subject: [PATCH] bump: Bump the version for documentation --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0581b793..e8767095 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.4) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") -set(libfranka_VERSION 0.14.0) +set(libfranka_VERSION 0.14.1) project(libfranka VERSION ${libfranka_VERSION} diff --git a/package.xml b/package.xml index 3db0f8a3..46faa53c 100644 --- a/package.xml +++ b/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> libfranka - 0.14.0 + 0.14.1 libfranka is a C++ library for Franka Robotics research robots Franka Robotics GmbH Apache 2.0