Update elixir-ls version to 0.18.1

This commit is contained in:
pojiro
2023-12-28 10:00:10 +09:00
committed by mattn
parent f6850d1bfb
commit d3b8c83948
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
@echo off
setlocal
set VERSION=v0.15.1
set VERSION=v0.18.1
set ZIP=elixir-ls-%VERSION%.zip
curl -L -o "%ZIP%" "https://github.com/elixir-lsp/elixir-ls/releases/download/%VERSION%/%ZIP%"
call "%~dp0\run_unzip.cmd" "%ZIP%"

View File

@@ -2,7 +2,7 @@
set -e
version="v0.15.1"
version="v0.18.1"
zip="elixir-ls-$version.zip"
url="https://github.com/elixir-lsp/elixir-ls/releases/download/$version/$zip"
curl -L -o "$zip" "$url"