From aeb4e599fc1f7a0d493a774ef3888f9eaa9d1ea7 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 27 Nov 2024 16:34:30 +0100 Subject: [PATCH] Bump version to 0.3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6646ad5..247097e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.22) project(gz-sim-yarp-plugins LANGUAGES CXX C - VERSION 0.3.0) + VERSION 0.3.1) find_package(YARP REQUIRED COMPONENTS robotinterface os) find_package(YCM REQUIRED)