Skip to content

Commit

Permalink
chore: release 2.0.8 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosMasterOfAllTime authored Jun 10, 2023
1 parent 34288f4 commit 83b7123
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ Change line format:

## Unreleased (master)

## 2.0.8

### Added

- Golang 1.19.10 and 1.20.5 (#304)

## 2.0.7

### Added
Expand Down
2 changes: 1 addition & 1 deletion libexec/goenv---version
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
set -e
[ -n "$GOENV_DEBUG" ] && set -x

version="2.0.7"
version="2.0.8"

echo "goenv ${version}"
2 changes: 1 addition & 1 deletion plugins/go-build/bin/go-build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# -g/--debug Build a debug version
#

GO_BUILD_VERSION="2.0.7"
GO_BUILD_VERSION="2.0.8"

OLDIFS="$IFS"

Expand Down
2 changes: 1 addition & 1 deletion plugins/go-build/test/goenv-install.bats
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ OUT

assert_success
assert_output <<-OUT
go-build 2.0.7
go-build 2.0.8
OUT
}

Expand Down
2 changes: 1 addition & 1 deletion test/goenv--version.bats
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

load test_helper

expected_version="goenv 2.0.7"
expected_version="goenv 2.0.8"

@test "default version is 'version' variable" {
assert [ ! -e "$GOENV_ROOT" ]
Expand Down

0 comments on commit 83b7123

Please sign in to comment.