diff --git a/version/version.go b/version/version.go index 1a00e3608..a64c6d6e8 100644 --- a/version/version.go +++ b/version/version.go @@ -18,7 +18,7 @@ package version var ( // VERSION should be updated by hand at each release - VERSION = "0.0.14" + VERSION = "0.0.15" // GITCOMMIT will be overwritten automatically by the build system GITCOMMIT = "HEAD"