Skip to content

Commit 5fd422f

Browse files
authored
Merge pull request #281 from offa/fix_version
Fix version for 0.8.x
2 parents 5df8f87 + 6a824a6 commit 5fd422f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ option(INFLUXCXX_COVERAGE "Enable Coverage" OFF)
2121

2222
# Define project
2323
project(influxdb-cxx
24-
VERSION 0.7.1
24+
VERSION 0.8.0
2525
DESCRIPTION "InfluxDB C++ client library"
2626
LANGUAGES CXX
2727
)

0 commit comments

Comments
 (0)