bump 0.4.0

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett
2015-07-24 18:21:33 -04:00
parent 226dc8d15a
commit 9d0dc7a652

View File

@@ -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"