Skip to content

Commit

Permalink
chore: prepare for next development iteration [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Sep 27, 2024
1 parent 1017ae1 commit d72f100
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 @@
## 0.12.0 [unreleased]

## 0.11.0 [2024-09-27]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion influxdb3/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

// version defines current version
const version = "0.11.0"
const version = "0.12.0"

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

0 comments on commit d72f100

Please sign in to comment.