From 0c4060745e66e080cfaa7ab4ebe26633506d4336 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:34:54 +0100 Subject: [PATCH] Bump the magik lint to 0.9.1 Release: https://github.com/StevenLooman/magik-tools/releases/tag/0.9.1 Change log: https://github.com/StevenLooman/magik-tools/blob/0f6c7020eb4a9b1d4fe518802281184736ab5366/CHANGES.md?plain=1#L3 CC: @StevenLooman --- magik-lint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magik-lint.el b/magik-lint.el index 7062651..366c059 100755 --- a/magik-lint.el +++ b/magik-lint.el @@ -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)