Skip to content

Commit e3df018

Browse files
committed
Update language server version to 0.1.13 to match the VSCode extension version
1 parent b604873 commit e3df018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'org.javacs'
8-
version = '0.1.1'
8+
version = '0.1.13'
99

1010
mainClassName = 'org.javacs.kt.MainKt'
1111
description = 'Code completions, diagnostics and more for Kotlin'

0 commit comments

Comments
 (0)