Skip to content

Commit

Permalink
Update svls to v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance authored and mattn committed Jan 28, 2024
1 parent be0afd3 commit 1bf0b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/install-svls.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
set VERSION=v0.1.16
set VERSION=v0.2.11
curl -L -o svls-%VERSION%-x86_64-win.zip "https://github.com/dalance/svls/releases/download/%VERSION%/svls-%VERSION%-x86_64-win.zip"
call "%~dp0\run_unzip.cmd" svls-%VERSION%-x86_64-win.zip
move target\x86_64-pc-windows-msvc\release\svls.exe .
Expand Down
2 changes: 1 addition & 1 deletion installer/install-svls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ darwin)
;;
esac

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

0 comments on commit 1bf0b65

Please sign in to comment.