Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
Bump version: 1.0.0-alpha.4 → 1.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Feb 16, 2020
1 parent f135a72 commit 32ef2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 32ef2bb

Please sign in to comment.