From 1af02708c0561a622291615e5ee2f3f06a697413 Mon Sep 17 00:00:00 2001 From: Connor Imes Date: Sat, 21 May 2022 10:20:47 -0400 Subject: cmake: bump version to 0.6.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79ed8b4..59ca069 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) -project(powercap VERSION 0.6.0 +project(powercap VERSION 0.6.1 LANGUAGES C) set(CMAKE_C_STANDARD 99) -- cgit v1.2.3