Skip to content

Commit 773286f

Browse files
author
Max Hedgehog
committed
Bump version to 1.4.10
1 parent 503c8eb commit 773286f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 1.4.9
26

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

version.go

+1-1
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.4.9"
6+
const Version = "1.4.10"
77

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

0 commit comments

Comments
 (0)