From 4f21c30a31d7bde3c144a5b06ed27a713049cc59 Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Lizano Date: Tue, 4 Oct 2022 10:57:33 +0200 Subject: [PATCH] Bump to v0.1.0 (#4) Signed-off-by: RaulSanchez Signed-off-by: RaulSanchez --- VERSION | 2 +- cmake_utils/package.xml | 2 +- cpp_utils/package.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 12cfd43e..313657ad 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ VERSION_MAJOR 0 -VERSION_MINOR 0 +VERSION_MINOR 1 VERSION_PATCH 0 diff --git a/cmake_utils/package.xml b/cmake_utils/package.xml index 63555a58..638e456d 100644 --- a/cmake_utils/package.xml +++ b/cmake_utils/package.xml @@ -2,7 +2,7 @@ cmake_utils - 0.0.0 + 0.1.0 *eprosima* CMake utils and macros. diff --git a/cpp_utils/package.xml b/cpp_utils/package.xml index 88a72bb2..356cdb6c 100644 --- a/cpp_utils/package.xml +++ b/cpp_utils/package.xml @@ -2,7 +2,7 @@ cpp_utils - 0.0.0 + 0.1.0 *eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.