diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2023-10-13 17:09:34 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2023-10-13 17:09:34 +0200 |
| commit | e6889d7f4bc0d2c48ceac56dfe6f4a3d742a3b69 (patch) | |
| tree | aa42f48bc540d5617a26c39a468b2377fe5ed539 /projectile.el | |
| parent | f34d5245c0afee5ffe48ae9966892edb744d339e (diff) | |
Release 2.8v2.8.0
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 8db1b2a..ed1894a 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-snapshot +;; Version: 2.8.0 ;; Package-Requires: ((emacs "25.1")) ;; This file is NOT part of GNU Emacs. @@ -886,7 +886,7 @@ Should be set via .dir-locals.el.") ;;; Version information -(defconst projectile-version "2.8.0-snapshot" +(defconst projectile-version "2.8.0" "The current version of Projectile.") (defun projectile--pkg-version () |
