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

Commit 527a849

Browse files
authored
Merge pull request #2870 from nishanttotla/bump-v1.2.9
Bump version to v1.2.9
2 parents 8794862 + a67942a commit 527a849

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)