From 6b13ef0fd403ba1a17e873662d4226b52126653e Mon Sep 17 00:00:00 2001 From: etaques <97463920+etaques@users.noreply.github.com> Date: Wed, 7 Dec 2022 17:29:06 -0300 Subject: [PATCH] bump pktvisor version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e49da2538..9eb9a1984 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.2.0) +project(visor VERSION 4.3.0) # for main line release, this is empty # for development release, this is "-develop"