Update elixir-ls version to 0.9.0

ref. [Release v0.9.0](https://github.com/elixir-lsp/elixir-ls/releases/tag/v0.9.0)
This commit is contained in:
pojiro
2021-12-05 13:04:15 +09:00
committed by mattn
parent 7369fa2a57
commit cb25a3685f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2,7 +2,7 @@
set -e
version="v0.8.1"
version="v0.9.0"
url="https://github.com/elixir-lsp/elixir-ls/releases/download/$version/elixir-ls.zip"
curl -LO "$url"
unzip elixir-ls.zip