Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
gofish v0.12.2
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
  • Loading branch information
Matthew Fisher committed Jun 22, 2020
1 parent 0c5e44f commit 7ffd9b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = "v0.12.1"
$version = "v0.12.2"
if (-Not $env:VERSION -eq $null) {
$version = "$env:VERSION"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7ffd9b5

Please sign in to comment.