aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2025-02-12 21:22:01 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2025-02-12 21:22:20 +0200
commit48d0a30137dc4dfecc261e66f2a5f75156232d85 (patch)
tree47a0e03edc47f7cfe47c1fd63557f7363934b80e /projectile.el
parentcdb22f6b588c8ffa508f6fda586ee1253c73490b (diff)
Release 2.9v2.9.0
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 60b761f..72bc32c 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-snapshot
+;; Version: 2.9.0
;; 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-snapshot"
+(defconst projectile-version "2.9.0"
"The current version of Projectile.")
(defun projectile--pkg-version ()