From 7906a062c76f498cbfeea5b312ee1baa765f56d2 Mon Sep 17 00:00:00 2001 From: Maxime Schmitt Date: Fri, 23 Feb 2024 15:41:56 +0100 Subject: Bump version 3.1.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de17f7a..b0e5679 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.18) # PROJECT # #///////////////////////////////////////////////////////////////////# -project(nvtop VERSION 3.0.2 +project(nvtop VERSION 3.1.0 LANGUAGES C CXX) set(default_build_type "Release") -- cgit v1.2.3