Skip to content

Commit

Permalink
Bump version to 1.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Hedgehog committed Aug 16, 2024
1 parent 314700b commit 0c9e30d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.17

* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.2.16...v1.2.17)

## 1.2.16

* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.2.15...v1.2.16)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package posthog
import "flag"

// Version of the client.
const Version = "1.2.16"
const Version = "1.2.17"

// make tests easier by using a constant version
func getVersion() string {
Expand Down

0 comments on commit 0c9e30d

Please sign in to comment.