Skip to content

Commit 8b54aeb

Browse files
committed
0.9.1
- Fix the grep warning: stray \ before " with the latest releases of grep (#22, thanks @wintermi)
1 parent 106ced8 commit 8b54aeb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
## Unreleased
44

55

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+
610
## 0.9.0 - 2021-03-19
7-
- Fix the grep warning: stray \ before " with the latest releases of grep
811

912
- Improve switching Go versions performance to nearly instant (#19, thanks @jimeh)
1013
- Add support for darwin-arm64 (M1 chips) (#20, thanks @joelanford)

bin/g

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ esac
6363
#
6464

6565
display_g_version() {
66-
echo "0.9.0"
66+
echo "0.9.1"
6767
}
6868

6969
display_help() {

0 commit comments

Comments
 (0)