correct kompose version to 0.0.1-beta

This commit is contained in:
Tuna 2016-08-02 14:25:40 +07:00
parent a63d641384
commit bc7705157a

View File

@ -18,7 +18,7 @@ package version
var (
// VERSION should be updated by hand at each release
VERSION = "0.0.1-alpha"
VERSION = "0.0.1-beta"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"