From 9424eb27a01bdf5fbc40e47469db7b8e4734cef9 Mon Sep 17 00:00:00 2001 From: hanskw-weston Date: Thu, 9 Nov 2023 13:39:40 +0800 Subject: [PATCH] [Release]: bump version to 0.4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d337055a..50c9156d 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5.1) -project(ugv_sdk VERSION 0.3.0) +project(ugv_sdk VERSION 0.4.0) find_program(CCACHE_PROGRAM ccache) if(CCACHE_PROGRAM)