From 6802c7563d97ae8aa4fb1d4aac6967c02b35eb94 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 31 Jan 2020 05:57:47 +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 43faf2e..e8c50f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ if(${HUNTER_ENABLED}) endif() project(remwharead - VERSION 0.9.2 + VERSION 0.10.0 DESCRIPTION "Saves URIs of things you want to remember in a database.") if(${HUNTER_ENABLED} AND ${CMAKE_VERSION} VERSION_LESS 3.14)