From d264ead7f90b7c9fa70c2a0cb3a196e255e6a5f8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 30 Nov 2019 03:51:22 +0100 Subject: [PATCH] Version bump 0.9.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de38846..7d128d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ if(${HUNTER_ENABLED}) endif() project(remwharead - VERSION 0.8.6 + VERSION 0.9.0 DESCRIPTION "Saves URIs of things you want to remember in a database.") if(${HUNTER_ENABLED} AND ${CMAKE_VERSION} VERSION_LESS 3.14)