Skip to content

Commit

Permalink
bump version 0.0.1-5
Browse files Browse the repository at this point in the history
  • Loading branch information
jharshman committed Jun 14, 2023
1 parent 8b070a5 commit 8163144
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-4"
VERSION="v0.0.1-5"
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 8163144

Please sign in to comment.