From e03cea572e10e2f27a39a90b8e7418efc0096e08 Mon Sep 17 00:00:00 2001 From: offa Date: Sat, 20 Mar 2021 19:10:21 +0100 Subject: [PATCH] Release v0.6.6. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4cb297..614c918 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ option(INFLUXCXX_COVERAGE "Enable Coverage" OFF) # Define project project(influxdb-cxx - VERSION 0.6.5 + VERSION 0.6.6 DESCRIPTION "InfluxDB C++ client library" LANGUAGES CXX )