From 9d0dc7a65277881847f7d7d4259a21967cb1b323 Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Fri, 24 Jul 2015 18:21:33 -0400 Subject: [PATCH] bump 0.4.0 Signed-off-by: Evan Hazlett --- version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version/version.go b/version/version.go index 1fef2e53..0fa4b97f 100644 --- a/version/version.go +++ b/version/version.go @@ -6,8 +6,8 @@ var ( // therefore migration, introduced to the config file format. ConfigVersion = 1 - // Version should be updated by hand at each release - Version = "0.4.0-dev" + // VERSION should be updated by hand at each release + Version = "0.4.0" // GitCommit will be overwritten automatically by the build system GitCommit = "HEAD"