From 8b54aeb7e3ef412943f648e93fc076849f2668f8 Mon Sep 17 00:00:00 2001 From: Stefan Maric Date: Sun, 23 Oct 2022 15:51:05 +0200 Subject: [PATCH] 0.9.1 - Fix the grep warning: stray \ before " with the latest releases of grep (#22, thanks @wintermi) --- CHANGELOG.md | 5 ++++- bin/g | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e454bd..aa725a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,11 @@ ## Unreleased +## 0.9.1 - 2022-10-23 + +- Fix the grep warning: stray \ before " with the latest releases of grep (#22, thanks @wintermi) + ## 0.9.0 - 2021-03-19 -- Fix the grep warning: stray \ before " with the latest releases of grep - Improve switching Go versions performance to nearly instant (#19, thanks @jimeh) - Add support for darwin-arm64 (M1 chips) (#20, thanks @joelanford) diff --git a/bin/g b/bin/g index 681cf5c..9eab185 100755 --- a/bin/g +++ b/bin/g @@ -63,7 +63,7 @@ esac # display_g_version() { - echo "0.9.0" + echo "0.9.1" } display_help() {