Skip to content

Commit

Permalink
chore: Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Mar 28, 2023
1 parent 859dd67 commit dec4943
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.3.0",
Version: "0.3.1",
Run: func(cmd *cobra.Command, args []string) {
if completion != "" {
generateCompletion(cmd, completion)
Expand Down

0 comments on commit dec4943

Please sign in to comment.