Skip to content

Commit 3d29695

Browse files
fix: outdated version number in install script (#909)
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
1 parent f314c4e commit 3d29695

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
@@ -7,7 +7,7 @@ github_version() {
77
curl -s https://api.github.com/repos/mudler/edgevpn/releases/latest | \
88
grep tag_name | \
99
awk '{ print $2 }' | \
10-
sed -e 's/\"//g' -e 's/,//g' || echo "v0.8.5"
10+
sed -e 's/\"//g' -e 's/,//g' || echo "v30.2"
1111
set -e
1212
}
1313

0 commit comments

Comments
 (0)