From 8937fa79841004e04fe57257c0b0dd4a8686a55f Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Tue, 6 Oct 2020 17:07:40 +0300 Subject: [PATCH] Release 0.8.3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61e9884..3cb63a8 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.3.1 + VERSION 0.8.3.2 LANGUAGES CXX) set(PROJECT_NAME_CAPITALIZED "Flameshot")