aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2025-02-13 12:12:37 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2025-02-13 12:12:37 +0200
commitef17d2971bbcce13b1ac16e0e36d44fa0defca63 (patch)
treedef5836c1ab843d7720d078ea185e966c35398b4 /projectile.el
parentdb52cf48b6cc3af892ba699ec13c61334bd39d1b (diff)
Release 2.9.1v2.9.1
Diffstat (limited to 'projectile.el')
-rw-r--r--projectile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/projectile.el b/projectile.el
index 9e414bc..ac61fd8 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.0
+;; Version: 2.9.1
;; Package-Requires: ((emacs "26.1"))
;; This file is NOT part of GNU Emacs.
@@ -942,7 +942,7 @@ Should be set via .dir-locals.el.")
;;; Version information
-(defconst projectile-version "2.9.0"
+(defconst projectile-version "2.9.1"
"The current version of Projectile.")
(defun projectile--pkg-version ()