We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7a56c commit af24ff1Copy full SHA for af24ff1
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
2
3
project(
4
influxdb-cpp-rest
5
- VERSION 1.0.0
+ VERSION 1.0.1
6
LANGUAGES CXX
7
DESCRIPTION "A C++ client library for InfluxDB using C++ REST SDK"
8
)
conanfile.py
@@ -4,7 +4,7 @@
class InfluxdbCppRestConan(ConanFile):
name = "influxdb-cpp-rest"
- version = "1.0.0"
+ version = "1.0.1"
license = "MPL-2.0"
9
author = "Dmitry Ledentsov"
10
url = "https://github.com/d-led/influxdb-cpp-rest"
0 commit comments