From 32ef2bbeba2055ed645087c1ece87f178737aee3 Mon Sep 17 00:00:00 2001 From: "Lester James V. Miranda" Date: Sun, 16 Feb 2020 14:52:06 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0-alpha.4=20=E2=86=92=201?= =?UTF-8?q?.0.0-alpha.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- cmd/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7f580b3..ef24e65 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0-alpha.4 +current_version = 1.0.0-alpha.5 commit = True tag = True tag_name = v{new_version} diff --git a/cmd/root.go b/cmd/root.go index 6b239f4..e481551 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -19,7 +19,7 @@ func NewCommand() *cobra.Command { var command = &cobra.Command{ Use: "barometer [command]", Short: "barometer is the command-line interface to Burnout Barometer", - Version: "v1.0.0-alpha.4", + Version: "v1.0.0-alpha.5", Run: func(cmd *cobra.Command, args []string) { initLogger(verbosity) cmd.HelpFunc()(cmd, args)