Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
- Add description and website to help command
- Fix Github Actions tests workflow on newer versions of Ubuntu
- Fix g not activating selected version when system one is available
  • Loading branch information
stefanmaric committed Jul 10, 2023
1 parent 592758a commit 0a2b9ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased


## 0.10.0 - 2023-06-10

- Add description and website to help command
- Fix Github Actions tests workflow on newer versions of Ubuntu
- Fix g not activating selected version when system one is available
Expand Down
2 changes: 1 addition & 1 deletion bin/g
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ esac
#

display_g_version() {
echo "0.9.1"
echo "0.10.0"
}

display_help() {
Expand Down

0 comments on commit 0a2b9ea

Please sign in to comment.