From f40cb20e23ab14751bb3c808127bf3d902babf40 Mon Sep 17 00:00:00 2001 From: Anton Antonov Date: Sun, 26 Aug 2018 17:53:24 +0300 Subject: [PATCH] Prepare 1.21.0 Signed-off-by: Anton Antonov --- libexec/goenv---version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/goenv---version b/libexec/goenv---version index 7b7a3bef..fca492d2 100755 --- a/libexec/goenv---version +++ b/libexec/goenv---version @@ -12,7 +12,7 @@ set -e [ -n "$GOENV_DEBUG" ] && set -x -version="1.20.0" +version="1.21.0" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then