Skip to content

Commit 17cd09f

Browse files
pojiromattn
authored andcommitted
Update elixir-ls version to 0.27.2
1 parent feeb262 commit 17cd09f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installer/install-elixir-ls.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22

33
setlocal
4-
set VERSION=v0.25.0
4+
set VERSION=v0.27.2
55
set ZIP=elixir-ls-%VERSION%.zip
66
curl -L -o "%ZIP%" "https://github.com/elixir-lsp/elixir-ls/releases/download/%VERSION%/%ZIP%"
77
call "%~dp0\run_unzip.cmd" "%ZIP%"

installer/install-elixir-ls.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
version="v0.25.0"
5+
version="v0.27.2"
66
zip="elixir-ls-$version.zip"
77
url="https://github.com/elixir-lsp/elixir-ls/releases/download/$version/$zip"
88
curl -L -o "$zip" "$url"

0 commit comments

Comments
 (0)