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

    Bump version to 3.3.0-snapshot
---
 projectile.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projectile.el b/projectile.el
index 518d604dc1..42db26436a 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.2.1
+;; Version: 3.3.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.2.1"
+(defconst projectile-version "3.3.0-snapshot"
   "The current version of Projectile.")
 
 (defun projectile--pkg-version ()

Reply via email to