Skip to content

Commit

Permalink
Bump the magik linter to 0.9.1 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Apr 5, 2024
1 parent eaba80e commit 40561ee
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.1")
"Version of magik-lint to use."
:group 'magik
:type 'string)
Expand Down

0 comments on commit 40561ee

Please sign in to comment.