From 3a93036c78689e3c10d38d20a9ee333d6ab285fa Mon Sep 17 00:00:00 2001 From: Michal Fiedorowicz Date: Tue, 26 Dec 2023 16:00:29 +0000 Subject: [PATCH] bump version to 4.5.0 (#702) Signed-off-by: Michal Fiedorowicz --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 001f7db82..ba067218d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13) ####################################################### # this is the source of truth for semver version -project(visor VERSION 4.4.0) +project(visor VERSION 4.5.0) # for main line release, this is empty # for development release, this is "-develop"