From 284906a948c94bb98c027464143617119880cfff Mon Sep 17 00:00:00 2001 From: Jarle Aase Date: Sat, 24 Mar 2018 16:36:43 +0200 Subject: [PATCH] Pushing version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9b7838..3469172 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if (DEFINED ENV{RESTC_CPP_VERSION}) endif() if (NOT DEFINED RESTC_CPP_VERSION) - set(RESTC_CPP_VERSION 0.9.0) + set(RESTC_CPP_VERSION 0.9.1) endif() project (restc-cpp VERSION ${RESTC_CPP_VERSION})