Skip to content

Commit

Permalink
Bump the magik language server to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Feb 26, 2024
1 parent 6ac8392 commit 8d3a44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magik-lint.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
(cdr (assoc 'tag_name response))))))

(defcustom magik-lint-jar-file-version
(or (magik-lint--latest-version) "0.8.3")
(or (magik-lint--latest-version) "0.9.0")
"Version of magik-lint to use."
:group 'magik
:type 'string)
Expand Down

0 comments on commit 8d3a44e

Please sign in to comment.