Skip to content

Commit

Permalink
update kotlin language server
Browse files Browse the repository at this point in the history
  • Loading branch information
dandelion293949 authored and mattn committed Jul 31, 2023
1 parent ff1c853 commit 13fc03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/install-kotlin-language-server.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

setlocal
set VERSION=0.5.2
set VERSION=1.3.3
curl -L -o server.zip "https://github.com/fwcd/kotlin-language-server/releases/download/%VERSION%/server.zip"
call "%~dp0\run_unzip.cmd" server.zip
del server.zip
Expand Down
2 changes: 1 addition & 1 deletion installer/install-kotlin-language-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

version="0.5.2"
version="1.3.3"
curl -L -o server.zip "https://github.com/fwcd/kotlin-language-server/releases/download/$version/server.zip"
unzip server.zip
rm server.zip
Expand Down

0 comments on commit 13fc03c

Please sign in to comment.