Bump checkdoc-version to match library header

* lisp/emacs-lisp/checkdoc.el (checkdoc-version): Bump version.
This commit is contained in:
Stefan Kangas 2020-03-04 04:41:45 +01:00
parent 60418a1ab2
commit 40b217c2bf

View file

@ -168,7 +168,7 @@
;; not specifically docstring related. Would this even be useful?
;;; Code:
(defvar checkdoc-version "0.6.1"
(defvar checkdoc-version "0.6.2"
"Release version of checkdoc you are currently running.")
(require 'cl-lib)