Skip to content

Commit

Permalink
Update elixir-ls version to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pojiro authored and mattn committed Dec 28, 2023
1 parent f6850d1 commit d3b8c83
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.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%"
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.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"
Expand Down

0 comments on commit d3b8c83

Please sign in to comment.