Skip to content

Commit 7876126

Browse files
authored
chore(release): prepare for next development iteration (#68)
1 parent 6f79af7 commit 7876126

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.8.0 [unreleased]
2+
13
## 1.7.0 [2024-05-17]
24

35
### Bug Fixes

Sources/InfluxDBSwift/InfluxDBClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import FoundationNetworking
2424
/// ````
2525
public struct InfluxDBClient {
2626
/// Version of client.
27-
public static var version: String = "1.7.0"
27+
public static var version: String = "1.8.0dev"
2828
/// InfluxDB host and port.
2929
public let url: String
3030
/// Authentication token.

0 commit comments

Comments
 (0)