Skip to content

Commit cf25363

Browse files
committed
chore(release): prepare for next development iteration
1 parent bf62a19 commit cf25363

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.3.0 [unreleased]
2+
13
## 1.2.0 [2022-05-20]
24

35
### Features

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 class InfluxDBClient {
2626
/// Version of client.
27-
public static var version: String = "1.2.0"
27+
public static var version: String = "1.3.0dev"
2828
/// InfluxDB host and port.
2929
public let url: String
3030
/// Authentication token.

0 commit comments

Comments
 (0)