From 2bfd4ee4eb71571e920bb0295618013138123ca8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 9 Jan 2020 23:40:41 +0100 Subject: [PATCH] Version bump 0.10.2. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46540b6..0e40e81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.") option(BUILD_SHARED_LIBS "Build shared libraries." YES) project (mastorss - VERSION 0.10.1 + VERSION 0.10.2 DESCRIPTION "Another RSS to Mastodon bot." LANGUAGES CXX)