From a11a9affa946f2f286bf15e1ffbea9074a48854c Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Wed, 18 Nov 2020 22:15:36 +0200 Subject: [PATCH] Release 0.8.5.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e603f5a..fd4b1445 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.13) # This can be read from ${PROJECT_NAME} after project() is called project( flameshot - VERSION 0.8.5.3 + VERSION 0.8.5.4 LANGUAGES CXX) set(PROJECT_NAME_CAPITALIZED "Flameshot")