branch: elpa/projectile
commit dd06dfd912656d41f2c63066aa8bacb898ddf7a2
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Bump the dev version
---
projectile.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/projectile.el b/projectile.el
index c020e8bbf7..6c5306bd7a 100644
--- a/projectile.el
+++ b/projectile.el
@@ -5,7 +5,7 @@
;; Author: Bozhidar Batsov <[email protected]>
;; URL: https://github.com/bbatsov/projectile
;; Keywords: project, convenience
-;; Version: 2.9.1
+;; Version: 2.10.0-snapshot
;; Package-Requires: ((emacs "27.1") (compat "30"))
;; This file is NOT part of GNU Emacs.
@@ -962,7 +962,7 @@ Should be set via .dir-locals.el.")
;;; Version information
-(defconst projectile-version "2.9.1"
+(defconst projectile-version "2.10.0-snapshot"
"The current version of Projectile.")
(defun projectile--pkg-version ()