From 7ffd9b5ecf427284c425eb86830a53e427eda5f9 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Mon, 22 Jun 2020 10:54:23 -0700 Subject: [PATCH] gofish v0.12.2 Signed-off-by: Matthew Fisher --- scripts/install.ps1 | 2 +- scripts/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.ps1 b/scripts/install.ps1 index edaf182..fe8433e 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -1,4 +1,4 @@ -$version = "v0.12.1" +$version = "v0.12.2" if (-Not $env:VERSION -eq $null) { $version = "$env:VERSION" } diff --git a/scripts/install.sh b/scripts/install.sh index 1d56b5d..57cdbc0 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -26,7 +26,7 @@ PROJECT_NAME="gofish" PROJECT_GH="fishworks/gofish" : ${INSTALL_PREFIX:="/usr/local/bin"} -: ${VERSION:="v0.12.1"} +: ${VERSION:="v0.12.2"} if [[ $SKIP_BIN_INSTALL == "1" ]]; then echo "Skipping binary install"