diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-02-11 22:25:35 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2024-02-11 22:25:35 +0200 |
| commit | f3e20e1886310805c8b70b11f5017a152a076e57 (patch) | |
| tree | 1f398fcb28d8aff5107e5f13340c92e9cd911b2f | |
| parent | 2a536194ff1ebdfc47312755cb15ad15da5ca6b4 (diff) | |
Bump the dev version
| -rw-r--r-- | projectile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projectile.el b/projectile.el index 208fb93..4b40137 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.8.0 +;; Version: 2.9.0-snapshot ;; Package-Requires: ((emacs "25.1")) ;; This file is NOT part of GNU Emacs. @@ -913,7 +913,7 @@ Should be set via .dir-locals.el.") ;;; Version information -(defconst projectile-version "2.8.0" +(defconst projectile-version "2.9.0-snapshot" "The current version of Projectile.") (defun projectile--pkg-version () |
