diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-10-27 10:51:01 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-10-27 10:51:01 +0300 |
| commit | eb1881ba826fb43b97c22222b18e1441c6326b55 (patch) | |
| tree | fb4d54ef3af12b00acfb72a47297a9b7f82a93b6 | |
| parent | a0105e7c40d30f10bc42fd271e2583587a1f5ae4 (diff) | |
Bump the dev version
| -rw-r--r-- | projectile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projectile.el b/projectile.el index 8f36c01..4515693 100644 --- a/projectile.el +++ b/projectile.el @@ -5,7 +5,7 @@ ;; Author: Bozhidar Batsov <bozhidar@batsov.dev> ;; URL: https://github.com/bbatsov/projectile ;; Keywords: project, convenience -;; Version: 2.6.0 +;; Version: 2.7.0-snapshot ;; Package-Requires: ((emacs "25.1")) ;; This file is NOT part of GNU Emacs. @@ -850,7 +850,7 @@ Should be set via .dir-locals.el.") ;;; Version information -(defconst projectile-version "2.6.0" +(defconst projectile-version "2.7.0-snapshot" "The current version of Projectile.") (defun projectile--pkg-version () |
