summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Schmitt <maxime.schmitt91@gmail.com>2023-06-11 10:14:24 +0200
committerMaxime Schmitt <maxime.schmitt91@gmail.com>2023-06-11 10:14:24 +0200
commit2b6d62aada9752b5229fbd83921c9da01aa427d3 (patch)
treef47d6757fc4f75da3de6c0ca35406c906fc3c1a2
parent4fdf2f04740c8d2eeb73cb0f6ceec85e0071c7cd (diff)
Bump version 3.0.23.0.2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 432e8ff..49ede9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.10)
# PROJECT #
#///////////////////////////////////////////////////////////////////#
-project(nvtop VERSION 3.0.1
+project(nvtop VERSION 3.0.2
LANGUAGES C CXX)
set(default_build_type "Release")