diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a0745f976..808c036620 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) # cmake_policy(SET CMP0076 OLD) -set(FLAMESHOT_VERSION 11.0.0.2) +set(FLAMESHOT_VERSION 11.0.0.3) # Flameshot-org set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest") diff --git a/packaging/rpm/flameshot.spec b/packaging/rpm/flameshot.spec index 52ef827975..f89d89373b 100644 --- a/packaging/rpm/flameshot.spec +++ b/packaging/rpm/flameshot.spec @@ -8,7 +8,7 @@ %define is_suse_leap (0%{?is_opensuse} && 0%{?sle_version} >= 150200) Name: flameshot -Version: 11.0.0.2 +Version: 11.0.0.3 %if %{is_rhel_or_fedora} Release: 1%{?dist} %endif