diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2026-02-15 16:43:55 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2026-02-15 16:43:55 +0200 |
| commit | dd06dfd912656d41f2c63066aa8bacb898ddf7a2 (patch) | |
| tree | 78f1ffbd7a3f91dd69ebbab466f6b8f2d52c3d13 /projectile.el | |
| parent | 658f221e7713bca82ee7d0b6bd8411f3e6ee9ea0 (diff) | |
Bump the dev version
Diffstat (limited to 'projectile.el')
| -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 () |
