Skip to content

Commit

Permalink
release 12
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Oct 6, 2022
1 parent 7fd811a commit ba0af09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ asdf list-all gorson
Install a particular version
```bash
asdf install gorson 11
asdf install gorson 12
```
Make a particular version your default
```bash
asdf global gorson 11
asdf global gorson 12
```
# Notes
Expand Down
2 changes: 1 addition & 1 deletion internal/gorson/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version is current gorson version
const Version = "10"
const Version = "12"

0 comments on commit ba0af09

Please sign in to comment.