diff --git a/version/version.go b/version/version.go index 53a10fbafe..bbc4e377e2 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version var ( // VERSION should be updated by hand at each release - VERSION = "1.2.8" + VERSION = "1.2.9" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD"