Skip to content

Commit 9925196

Browse files
update cli version printout
1 parent 9844506 commit 9925196

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

libexec/goenv---version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
set -e
77
[ -n "$GOENV_DEBUG" ] && set -x
88

9-
version="2.0.2"
9+
version="2.0.3"
1010

1111
echo "goenv ${version}"

plugins/go-build/bin/go-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -g/--debug Build a debug version
1414
#
1515

16-
GO_BUILD_VERSION="2.0.2"
16+
GO_BUILD_VERSION="2.0.3"
1717

1818
OLDIFS="$IFS"
1919

plugins/go-build/test/goenv-install.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ OUT
312312

313313
assert_success
314314
assert_output <<-OUT
315-
go-build 2.0.2
315+
go-build 2.0.3
316316
OUT
317317
}
318318

test/goenv--version.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
load test_helper
44

5-
expected_version="goenv 2.0.2"
5+
expected_version="goenv 2.0.3"
66

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

0 commit comments

Comments
 (0)