Compare commits

...

1 Commits

Author SHA1 Message Date
Evan Hazlett
9d0dc7a652 bump 0.4.0
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-08-10 15:20:12 -04:00

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"