Skip to content

Commit

Permalink
Prepare 2.0.0beta11
Browse files Browse the repository at this point in the history
  • Loading branch information
syndbg committed Jun 16, 2019
1 parent fd93ad7 commit 2758f5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.0beta11

### Added

* Add golang installations of 1.12.6 and 1.11.11 ; Ref: https://github.com/syndbg/goenv/pull/84

## 2.0.0beta10

### 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.0beta10"
version="2.0.0beta11"

echo "goenv ${version}"
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.0beta10"
expected_version="goenv 2.0.0beta11"

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

0 comments on commit 2758f5a

Please sign in to comment.