From 8ee03075324cf8211e4f8b5c35bc90f57767cf7b Mon Sep 17 00:00:00 2001 From: Josh Harshman Date: Fri, 16 Jun 2023 10:44:41 -0600 Subject: [PATCH] bump version 0.0.1-6 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 072286d..6095c51 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Installs FWSYNC release. -VERSION="v0.0.1-5" +VERSION="v0.0.1-6" 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