From 44350478c1570c60149f02b1a8982e821eb89964 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Fri, 9 Jun 2017 00:19:33 +0100 Subject: [PATCH] Version bump to 0.2.3 --- src/tawashi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tawashi/CMakeLists.txt b/src/tawashi/CMakeLists.txt index a315b21..cc551af 100644 --- a/src/tawashi/CMakeLists.txt +++ b/src/tawashi/CMakeLists.txt @@ -1,4 +1,4 @@ -project(tawashi VERSION 0.2.2 LANGUAGES CXX C) +project(tawashi VERSION 0.2.3 LANGUAGES CXX C) option(TAWASHI_WITH_IP_LOGGING "Enable code in Tawashi that may result in users IPs being stored in the DB or in logs" ON)