Skip to content

Commit

Permalink
Update elixir-ls to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd authored and mattn committed Dec 16, 2024
1 parent 9cf5846 commit a00edd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/install-elixir-ls.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
set VERSION=v0.23.0
set VERSION=v0.25.0
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%"
Expand Down
2 changes: 1 addition & 1 deletion installer/install-elixir-ls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

version="v0.23.0"
version="v0.25.0"
zip="elixir-ls-$version.zip"
url="https://github.com/elixir-lsp/elixir-ls/releases/download/$version/$zip"
curl -L -o "$zip" "$url"
Expand Down

0 comments on commit a00edd2

Please sign in to comment.