Skip to content

Commit 9cd25e8

Browse files
committed
chore(release): prepare for next development iteration
1 parent 5a9dbb9 commit 9cd25e8

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.5.0 [unreleased]
2+
13
## 1.4.0 [2022-09-30]
24

35
### CI

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.4.0"
27+
public static var version: String = "1.5.0dev"
2828
/// InfluxDB host and port.
2929
public let url: String
3030
/// Authentication token.

0 commit comments

Comments
 (0)