From c587f2cda5506b60085cba7637882a33b9f6a9c9 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Sun, 22 May 2022 12:27:09 +0300 Subject: [PATCH] Bump version to 1.6.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5a60e5..ef6bc42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7.0) project(optimus-manager-qt - VERSION 1.6.8 + VERSION 1.6.9 LANGUAGES CXX DESCRIPTION "An interface for Optimus Manager that allows to switch GPUs on Optimus laptops." )