We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9ed28 commit 69985a1Copy full SHA for 69985a1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change log
2
3
+## 3.17.0.3
4
+
5
+- Update language-server-protocol digest (#59)
6
+ - Mostly comment changes
7
+ - Removed duplicated autoload and require
8
9
## 3.17.0.2
10
11
- Update language-server-protocol digest (#55)
lib/language_server/protocol/version.rb
@@ -1,5 +1,5 @@
module LanguageServer
module Protocol
- VERSION = "3.17.0.2"
+ VERSION = "3.17.0.3"
end
0 commit comments