We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106ced8 commit 8b54aebCopy full SHA for 8b54aeb
CHANGELOG.md
@@ -3,8 +3,11 @@
3
## Unreleased
4
5
6
+## 0.9.1 - 2022-10-23
7
+
8
+- Fix the grep warning: stray \ before " with the latest releases of grep (#22, thanks @wintermi)
9
10
## 0.9.0 - 2021-03-19
-- Fix the grep warning: stray \ before " with the latest releases of grep
11
12
- Improve switching Go versions performance to nearly instant (#19, thanks @jimeh)
13
- Add support for darwin-arm64 (M1 chips) (#20, thanks @joelanford)
bin/g
@@ -63,7 +63,7 @@ esac
63
#
64
65
display_g_version() {
66
- echo "0.9.0"
+ echo "0.9.1"
67
}
68
69
display_help() {
0 commit comments