From 835dbc66ef520bc006f498786227410d8ce54259 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Fri, 16 Sep 2016 17:01:35 -0500 Subject: [PATCH] cmd(version): bump version number --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index 4ea08080d..1e3a6e8ae 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -21,7 +21,7 @@ import ( ) // Version describes the version for packaging -const Version = "0.1.1" +const Version = "0.2.0-beta1" // versionCmd represents the version command var versionCmd = &cobra.Command{