branch: elpa/projectile
commit 751181f23d7ebefa54dc474dde40151a7089ffcf
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Bump the development version to 3.2.0-snapshot
    
    The 3.2.0 features already landing (sessions, tasks, file kinds, the
    reviewable search/replace UI, ...) stamp their defcustoms with
    :package-version 3.2.0, but the Version header and projectile-version
    were still 3.1.0.  Bump them so the metadata is consistent.
---
 projectile.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projectile.el b/projectile.el
index 1384f48307..1bdb51dc82 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: 3.1.0
+;; Version: 3.2.0-snapshot
 ;; Package-Requires: ((emacs "28.1") (compat "30"))
 
 ;; This file is NOT part of GNU Emacs.
@@ -1454,7 +1454,7 @@ Should be set via .dir-locals.el.")
 
 ;;; Version information
 
-(defconst projectile-version "3.1.0"
+(defconst projectile-version "3.2.0-snapshot"
   "The current version of Projectile.")
 
 (defun projectile--pkg-version ()

Reply via email to