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 Nov 26, 2021
1 parent 570813e commit 615e64f
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.0.0 [unreleased]

## 0.9.0 [2021-11-26]

### Documentation
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 class InfluxDBClient {
/// Version of client.
public static var version: String = "0.9.0"
public static var version: String = "1.0.0dev"
/// InfluxDB host and port.
public let url: String
/// Authentication token.
Expand Down

0 comments on commit 615e64f

Please sign in to comment.