diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-11-22 22:32:52 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-11-22 22:32:52 +0200 |
| commit | 14beeaee7a77601aee4d4982811f6a27f696403c (patch) | |
| tree | 5e49350a155fee827a45c03363f8b0fe1987d1fc /projectile.el | |
| parent | 5703797bb2a400e962479e670086aca4241a77b7 (diff) | |
Release 2.7v2.7.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 1360644..a5f10d2 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.7.0-snapshot +;; Version: 2.7.0 ;; Package-Requires: ((emacs "25.1")) ;; This file is NOT part of GNU Emacs. @@ -860,7 +860,7 @@ Should be set via .dir-locals.el.") ;;; Version information -(defconst projectile-version "2.7.0-snapshot" +(defconst projectile-version "2.7.0" "The current version of Projectile.") (defun projectile--pkg-version () |
