diff options
author | Philip Kaludercic <philipk@posteo.net> | 2024-07-19 10:43:11 +0200 |
---|---|---|
committer | Philip Kaludercic <philipk@posteo.net> | 2024-07-19 19:42:44 +0200 |
commit | 34b832fce1d01c22aa644196cd6e6b50b1d403ee (patch) | |
tree | 73a973e9d3fa34d5586e03fc438bf8d68b803bc3 /lisp | |
parent | f591f477791aafbfe1086398fefdafed213b6ced (diff) | |
download | emacs-34b832fce1d01c22aa644196cd6e6b50b1d403ee.tar.gz emacs-34b832fce1d01c22aa644196cd6e6b50b1d403ee.tar.bz2 emacs-34b832fce1d01c22aa644196cd6e6b50b1d403ee.zip |
* lisp/which-key.el: Bump version to 3.6.1
This is necessary to trigger a new ELPA release.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/which-key.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/which-key.el b/lisp/which-key.el index 37b42a009f7..198a92fe36c 100644 --- a/lisp/which-key.el +++ b/lisp/which-key.el @@ -4,7 +4,7 @@ ;; Author: Justin Burkett <justin@burkett.cc> ;; Maintainer: Justin Burkett <justin@burkett.cc> -;; Version: 3.6.0 +;; Version: 3.6.1 ;; Package-Requires: ((emacs "25.1")) ;; This file is part of GNU Emacs. |