diff options
| -rw-r--r-- | projectile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projectile.el b/projectile.el index c020e8b..6c5306b 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.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 () |
