branch: elpa/package-lint
commit 2c1b0b8e5cde5b776c95698e4d8eec256ee2c2fd
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: GitHub <nore...@github.com>

    Bump the emacs-head-version
    
    Emacs 30 was release last month, so now the head version is 31.
---
 package-lint.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package-lint.el b/package-lint.el
index 980a9e7e0b..7c8062fc7c 100644
--- a/package-lint.el
+++ b/package-lint.el
@@ -86,7 +86,7 @@ The path can be absolute or relative to that of the linted 
file.")
   "List of errors and warnings for the current buffer.
 This is bound dynamically while the checks run.")
 
-(defconst package-lint-emacs-head-version '(30)
+(defconst package-lint-emacs-head-version '(31)
   "Version of Emacs HEAD.")
 
 (defconst package-lint-backport-libraries

Reply via email to