We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0afd3 commit 1bf0b65Copy full SHA for 1bf0b65
installer/install-svls.cmd
@@ -1,7 +1,7 @@
1
@echo off
2
3
setlocal
4
-set VERSION=v0.1.16
+set VERSION=v0.2.11
5
curl -L -o svls-%VERSION%-x86_64-win.zip "https://github.com/dalance/svls/releases/download/%VERSION%/svls-%VERSION%-x86_64-win.zip"
6
call "%~dp0\run_unzip.cmd" svls-%VERSION%-x86_64-win.zip
7
move target\x86_64-pc-windows-msvc\release\svls.exe .
installer/install-svls.sh
@@ -17,7 +17,7 @@ darwin)
17
;;
18
esac
19
20
-version="v0.1.16"
+version="v0.2.11"
21
curl -L -o svls-$version-x86_64-$os.zip "https://github.com/dalance/svls/releases/download/$version/svls-$version-x86_64-$os.zip"
22
unzip svls-$version-x86_64-$os.zip
23
rm svls-$version-x86_64-$os.zip
0 commit comments