From 196710bcd553f24f223c507c56d507e8b9890d3b Mon Sep 17 00:00:00 2001 From: Maxime Schmitt Date: Fri, 26 Aug 2022 18:47:37 +0200 Subject: [PATCH] Bump version 2.0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 551e821..16704bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1) # PROJECT # #///////////////////////////////////////////////////////////////////# -project(nvtop VERSION 2.0.2 +project(nvtop VERSION 2.0.3 LANGUAGES C CXX) set(default_build_type "Release")