We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503c8eb commit 773286fCopy full SHA for 773286f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.4.10
2
+
3
+* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.4.9...v1.4.10)
4
5
## 1.4.9
6
7
* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.4.8...v1.4.9)
version.go
@@ -3,7 +3,7 @@ package posthog
import "flag"
// Version of the client.
-const Version = "1.4.9"
+const Version = "1.4.10"
8
// make tests easier by using a constant version
9
func getVersion() string {
0 commit comments