branch: elpa/mentor commit 480602f2ec5467aa2418ee98b328fb85d3b58d0c Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Bump version to 0.5 --- mentor.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mentor.el b/mentor.el index 216b1c3201..d3a8833e7f 100644 --- a/mentor.el +++ b/mentor.el @@ -5,7 +5,7 @@ ;; Author: Stefan Kangas <stefankan...@gmail.com> ;; Maintainer: Stefan Kangas <stefankan...@gmail.com> -;; Version: 0.4 +;; Version: 0.5 ;; Keywords: comm, processes, bittorrent ;; Package-Requires: ((emacs "25.1") (xml-rpc "1.6.15") (seq "1.11") (async "1.9.3") (url-scgi "0.7")) ;; URL: https://github.com/skangas/mentor @@ -61,7 +61,7 @@ (require 'mentor-rpc) (require 'url-scgi) -(defconst mentor-version "0.4" +(defconst mentor-version "0.5" "The version of Mentor that you're using.")