We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d0a1c commit 38e2e44Copy full SHA for 38e2e44
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.6.6
2
+
3
+* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.6.5...v1.6.6)
4
5
## 1.6.5
6
7
* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.6.4...v1.6.5)
version.go
@@ -3,7 +3,7 @@ package posthog
import "flag"
// Version of the client.
-const Version = "1.6.5"
+const Version = "1.6.6"
8
// make tests easier by using a constant version
9
func getVersion() string {
0 commit comments