From 43048d79194ea56382761e8ac0dd220f04147bd5 Mon Sep 17 00:00:00 2001 From: offa Date: Tue, 9 Mar 2021 17:47:45 +0100 Subject: [PATCH] Release v0.6.5. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 37310a3..7a55b1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ option(INFLUXCXX_COVERAGE "Enable Coverage" OFF) # Define project project(influxdb-cxx - VERSION 0.6.4 + VERSION 0.6.5 DESCRIPTION "InfluxDB C++ client library" LANGUAGES CXX )