From eb35e0a8ae10369f93c04c666c1e571b7215ecaa Mon Sep 17 00:00:00 2001 From: esimov Date: Thu, 19 Sep 2019 17:14:47 +0300 Subject: [PATCH] Update build version --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 58be6df..0387597 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -VERSION="1.2.0" +VERSION="1.2.1" PROTECTED_MODE="no" export GO15VENDOREXPERIMENT=1