From 654cbed73416c534980948451f20a23137f003d4 Mon Sep 17 00:00:00 2001 From: Vladimir Dimitrov Date: Tue, 25 Sep 2018 11:15:55 +0800 Subject: [PATCH] Bump to version 0.0.2 --- VERSION.txt | 2 +- cmd/version.go | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 95e94cd..90ab6e9 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.0.1 \ No newline at end of file +v0.0.2 \ No newline at end of file diff --git a/cmd/version.go b/cmd/version.go index edb37d8..07577f6 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,10 +7,6 @@ import ( "github.com/spf13/cobra" ) -func init() { - // rootCmd.AddCommand(versionCmd) -} - func newVersionCmd() *cobra.Command { versionCmd := &cobra.Command{ Use: "version",