From 6520d131f1d5bb5a234a73e7566bfa1d2655f413 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Fri, 24 May 2024 16:17:18 +0100 Subject: [PATCH] update version for new release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f04506dc..03603a5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16) project(plasma-mobile) -set(PROJECT_VERSION "6.0.90") +set(PROJECT_VERSION "6.1.80") set(PROJECT_VERSION_MAJOR 6) set(PROJECT_DEP_VERSION "6.0.90")