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() {