Files
emacs/lisp/magit/magit-version.el
2020-12-05 21:29:49 +01:00

14 lines
271 B
EmacsLisp

;;; magit-version.el --- the Magit version you are using
(setq magit-version "20200627.806")
(provide 'migit-version)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; magit-version.el ends here