Skip to content

Commit

Permalink
chore: Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Mar 9, 2023
1 parent e91e165 commit 853902b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bumper/bumper.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ enables you to run bumper in a dir containing multiple package dirs.`,
bumper --bump=false find packages, check updates in $PWD
bumper ~/workspace/aur find and bump packages in given dir
bumper ~/workspace/aur/my-package bump single package`,
Version: "0.2.0",
Version: "0.3.0",
Run: func(cmd *cobra.Command, args []string) {
if completion != "" {
generateCompletion(cmd, completion)
Expand Down

0 comments on commit 853902b

Please sign in to comment.