Skip to content

Commit 1bf0b65

Browse files
dalancemattn
authored andcommitted
Update svls to v0.2.11
1 parent be0afd3 commit 1bf0b65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installer/install-svls.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22

33
setlocal
4-
set VERSION=v0.1.16
4+
set VERSION=v0.2.11
55
curl -L -o svls-%VERSION%-x86_64-win.zip "https://github.com/dalance/svls/releases/download/%VERSION%/svls-%VERSION%-x86_64-win.zip"
66
call "%~dp0\run_unzip.cmd" svls-%VERSION%-x86_64-win.zip
77
move target\x86_64-pc-windows-msvc\release\svls.exe .

installer/install-svls.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ darwin)
1717
;;
1818
esac
1919

20-
version="v0.1.16"
20+
version="v0.2.11"
2121
curl -L -o svls-$version-x86_64-$os.zip "https://github.com/dalance/svls/releases/download/$version/svls-$version-x86_64-$os.zip"
2222
unzip svls-$version-x86_64-$os.zip
2323
rm svls-$version-x86_64-$os.zip

0 commit comments

Comments
 (0)