Skip to content

Commit

Permalink
chore(release): release version 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jun 9, 2023
1 parent e0ada75 commit c2725ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.0 [unreleased]
## 0.1.0 [2023-06-09]

- initial release of new client version
- write using v2 api
Expand Down
2 changes: 1 addition & 1 deletion influx/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// version defines current version
const version = "1.0.0"
const version = "0.1.0"

// userAgent header value
const userAgent = "influxdb3-go/" + version + " (" + runtime.GOOS + "; " + runtime.GOARCH + ")"

0 comments on commit c2725ad

Please sign in to comment.