Skip to content

Commit 4b7e4b9

Browse files
committed
chore(release): prepare for next development iteration
1 parent 019d696 commit 4b7e4b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.7.0 [unreleased]
2+
13
## 1.6.0 [2022-12-01]
24

35
### Others

Sources/InfluxDBSwift/InfluxDBClient.swift

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

0 commit comments

Comments
 (0)