Skip to content

Commit af24ff1

Browse files
committed
Bump version to 1.0.1
1 parent 4b7a56c commit af24ff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
22

33
project(
44
influxdb-cpp-rest
5-
VERSION 1.0.0
5+
VERSION 1.0.1
66
LANGUAGES CXX
77
DESCRIPTION "A C++ client library for InfluxDB using C++ REST SDK"
88
)

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class InfluxdbCppRestConan(ConanFile):
66
name = "influxdb-cpp-rest"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
license = "MPL-2.0"
99
author = "Dmitry Ledentsov"
1010
url = "https://github.com/d-led/influxdb-cpp-rest"

0 commit comments

Comments
 (0)