Skip to content

Commit 0e77bcd

Browse files
authored
Merge pull request #35 from thin-edge/release-0.8.0
chore: update default install version
2 parents de42986 + 1e895ce commit 0e77bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
INSTALL_PATH="${INSTALL_PATH:-/data}"
5-
VERSION="${VERSION:-0.7.0}"
5+
VERSION="${VERSION:-0.8.0}"
66
INSTALL_FILE="${INSTALL_FILE:-}"
77
OVERWRITE_CONFIG=0
88
VERSION_SUFFIX="${VERSION_SUFFIX:-""}"

0 commit comments

Comments
 (0)