Update elixir-ls version to 0.27.2

This commit is contained in:
pojiro
2025-03-25 07:29:50 +09:00
committed by mattn
parent feeb262869
commit 17cd09f1dc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
@echo off
setlocal
set VERSION=v0.25.0
set VERSION=v0.27.2
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.25.0"
version="v0.27.2"
zip="elixir-ls-$version.zip"
url="https://github.com/elixir-lsp/elixir-ls/releases/download/$version/$zip"
curl -L -o "$zip" "$url"