From 792991e44c71d505c2e4bc08049d7c170489ac6f Mon Sep 17 00:00:00 2001 From: esimov Date: Tue, 15 Oct 2019 08:58:02 +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 0387597..d3c91e8 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -VERSION="1.2.1" +VERSION="1.3.0" PROTECTED_MODE="no" export GO15VENDOREXPERIMENT=1