Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit a67942a

Browse files
committed
Bump version to v1.2.9
Signed-off-by: Nishant Totla <[email protected]>
1 parent 8794862 commit a67942a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// VERSION should be updated by hand at each release
5-
VERSION = "1.2.8"
5+
VERSION = "1.2.9"
66

77
// GITCOMMIT will be overwritten automatically by the build system
88
GITCOMMIT = "HEAD"

0 commit comments

Comments
 (0)