Skip to content

Commit

Permalink
bump version 0.0.1-8
Browse files Browse the repository at this point in the history
  • Loading branch information
jharshman committed Jun 23, 2023
1 parent 50a009f commit 64cd3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# Installs FWSYNC release.

VERSION="v0.0.1-7"
VERSION="v0.0.1-8"
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
Expand Down

0 comments on commit 64cd3d3

Please sign in to comment.