From 745c80bc6657e189af49c685d7fd6bce8113738a Mon Sep 17 00:00:00 2001 From: Josh Harshman Date: Fri, 16 Jun 2023 10:53:07 -0600 Subject: [PATCH] bump version 0.0.1-7 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6095c51..eca87bd 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Installs FWSYNC release. -VERSION="v0.0.1-6" +VERSION="v0.0.1-7" OS=$(uname -s | tr -d '\n') ARCH=$(uname -m | tr -d '\n') RELEASE=https://github.com/jharshman/fwsync/releases/download/${VERSION}/fwsync_${OS}_${ARCH}.tar.gz