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