Skip to content

Commit

Permalink
chore(release): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed May 17, 2024
1 parent 6f79af7 commit 43c64b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.8.0 [unreleased]

## 1.7.0 [2024-05-17]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Sources/InfluxDBSwift/InfluxDBClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import FoundationNetworking
/// ````
public struct InfluxDBClient {
/// Version of client.
public static var version: String = "1.7.0"
public static var version: String = "1.8.0dev"
/// InfluxDB host and port.
public let url: String
/// Authentication token.
Expand Down

0 comments on commit 43c64b2

Please sign in to comment.