Skip to content

Commit

Permalink
Update elixir-ls version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pojiro authored and mattn committed Mar 14, 2024
1 parent 2bdd975 commit de8c23c
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.19.0
set VERSION=v0.20.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.19.0"
version="v0.20.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 de8c23c

Please sign in to comment.