From 8cee77f74373bcb29512a1c4b71fcab6cea6878c Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 1 May 2020 20:31:45 +0200 Subject: [PATCH] Version bump 0.5.2. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a2a1b56..bf39af7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12) endif() project(gitea2rss - VERSION 0.5.1 + VERSION 0.5.2 LANGUAGES CXX) # DESCRIPTION was introduced in version 3.9.