From 3c23f6d1a0b10fb83b02f7f68f33737a4a220791 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 19 May 2020 19:26:51 +0200 Subject: [PATCH] Version bump 0.5.5. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc9d79a..ddd51df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ if(NOT CMAKE_BUILD_TYPE MATCHES "Debug") endif() project(mastodonpp - VERSION 0.5.4 + VERSION 0.5.5 DESCRIPTION "C++ wrapper for the Mastodon and Pleroma APIs." LANGUAGES CXX)