Skip to content

Commit

Permalink
update cli version printout
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosMasterOfAllTime committed Nov 11, 2022
1 parent 9844506 commit 9925196
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.2"
version="2.0.3"

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.2"
GO_BUILD_VERSION="2.0.3"

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.2
go-build 2.0.3
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.2"
expected_version="goenv 2.0.3"

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

0 comments on commit 9925196

Please sign in to comment.