From 396a81aa4dad4f8392c56ebe76d0cf8cd21bd93b Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 31 Dec 2019 02:34:38 +0100 Subject: [PATCH] Version bump 0.10.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49b3a66..850ccdb 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.9.9999 + VERSION 0.10.0 DESCRIPTION "Another RSS to Mastodon bot." LANGUAGES CXX)