Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
Update the CHANGELOG and the version in `main.go`.
  • Loading branch information
Gelio committed Mar 21, 2022
1 parent d28dc0a commit 4d7e012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## v0.1.1 (2022-03-21)

A patch release containing fixes for some of the edge cases found in
<https://github.com/Gelio/go-global-update/issues/3>.

### Fixed

- Skip updating binaries built from source.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func main() {
* go-global-update gofumpt gopls shfmt
* go-global-update --dry-run`,
Version: "v0.1.0",
Version: "v0.1.1",
ArgsUsage: "[binaries to update...]",
Flags: []cli.Flag{
&cli.BoolFlag{
Expand Down

0 comments on commit 4d7e012

Please sign in to comment.