0.2.0 Release

This commit is contained in:
Charlie Drage
2017-01-27 15:36:17 -05:00
parent 3f10691838
commit c20ce2f088
3 changed files with 129 additions and 3 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ import (
var (
// VERSION is version number that wil be displayed when running ./kompose version
VERSION = "0.1.2"
VERSION = "0.2.0"
// GITCOMMIT is hash of the commit that wil be displayed when running ./kompose version
GITCOMMIT = "HEAD"
GITCOMMIT = "64433fd"
)
// versionCmd represents the version command