From 1debeb8d6e7f21ca06ccefa5c8d2031c7f2c92ed Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Tue, 8 Dec 2020 16:54:30 +0200 Subject: [PATCH] Release 0.8.5.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f2274c1a2..7d924ef85a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif() project( flameshot - VERSION 0.8.5.4 + VERSION 0.8.5.5 LANGUAGES CXX) set(PROJECT_NAME_CAPITALIZED "Flameshot")