Update to Gloo Edge 1.6.0 now that it's released

Signed-off-by: Kevin Dorosh <kcdorosh@gmail.com>
This commit is contained in:
Kevin Dorosh
2020-12-31 16:17:01 -05:00
parent a69e9abf3c
commit bc8cfa91ee

View File

@@ -2,7 +2,7 @@
set -o errexit
GLOO_VER="1.6.0-beta22" # this can be replaced with 1.6.0 when it's released in two weeks
GLOO_VER="1.6.0"
REPO_ROOT=$(git rev-parse --show-toplevel)
mkdir -p ${REPO_ROOT}/bin