From 8de919adc8478f7b2ce46add4ffa1e72ce186cfb Mon Sep 17 00:00:00 2001 From: Maxime Schmitt Date: Thu, 27 May 2021 11:09:04 +0200 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 099574c..e626e97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1) # PROJECT # #///////////////////////////////////////////////////////////////////# -project(nvtop VERSION 1.2.0 +project(nvtop VERSION 1.2.1 LANGUAGES C) set(default_build_type "Release")