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 6a00101 commit e2351f5Copy full SHA for e2351f5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.4.6
2
+
3
+* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.4.5...v1.4.6)
4
5
## 1.4.5
6
7
* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.4.4...v1.4.5)
version.go
@@ -3,7 +3,7 @@ package posthog
import "flag"
// Version of the client.
-const Version = "1.4.5"
+const Version = "1.4.6"
8
// make tests easier by using a constant version
9
func getVersion() string {
0 commit comments