Files
emacs/lisp/magit/magit-version.el
2022-01-04 21:35:17 +01:00

14 lines
264 B
EmacsLisp

;;; magit-version.el --- the Magit version you are using
(setq magit-version "3.3.0")
(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