From 2b2f9d12988c27c56a71de3ce67cbb851a4d510f Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 18 Jan 2024 11:35:43 -0600 Subject: [PATCH] Prepare for 10.1.0-pre1 (increment version) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ff0afbf..5f663b3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-msgs10 VERSION 10.0.0) +project(gz-msgs10 VERSION 10.1.0) #============================================================================ # Find gz-cmake