Skip to content

Commit 38e2e44

Browse files
author
Max Hedgehog
committed
Bump version to 1.6.6
1 parent b0d0a1c commit 38e2e44

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 1.6.5
26

37
* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.6.4...v1.6.5)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package posthog
33
import "flag"
44

55
// Version of the client.
6-
const Version = "1.6.5"
6+
const Version = "1.6.6"
77

88
// make tests easier by using a constant version
99
func getVersion() string {

0 commit comments

Comments
 (0)