From 4d7e012f79c3f36ab05f9041ec11368d91251ae4 Mon Sep 17 00:00:00 2001 From: Grzegorz Rozdzialik Date: Mon, 21 Mar 2022 09:17:48 +0100 Subject: [PATCH] chore: release v0.1.1 Update the CHANGELOG and the version in `main.go`. --- CHANGELOG.md | 5 +++++ main.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c18000c..5e09859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## v0.1.1 (2022-03-21) + +A patch release containing fixes for some of the edge cases found in +. + ### Fixed - Skip updating binaries built from source. diff --git a/main.go b/main.go index ed7b49b..e7c89d9 100644 --- a/main.go +++ b/main.go @@ -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{