Version bump 0.5.7.

Forgot to bump the version in the CMake recipe, packages couldn't be
built.
This commit is contained in:
tastytea 2020-11-13 15:07:41 +01:00
parent aeb7396961
commit cadf0d777e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -20,7 +20,7 @@ if(NOT ${CMAKE_BUILD_TYPE} MATCHES "Debug")
endif() endif()
project(mastodonpp project(mastodonpp
VERSION 0.5.5 VERSION 0.5.7
DESCRIPTION "C++ wrapper for the Mastodon and Pleroma APIs." DESCRIPTION "C++ wrapper for the Mastodon and Pleroma APIs."
LANGUAGES CXX) LANGUAGES CXX)