Skip to content

Commit

Permalink
Bump the development version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Mar 14, 2023
1 parent 6dc5883 commit 77a5c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Bozhidar Batsov <bozhidar@batsov.dev>
;; URL: https://github.com/bbatsov/projectile
;; Keywords: project, convenience
;; Version: 2.7.0
;; Version: 2.8.0-snapshot
;; Package-Requires: ((emacs "25.1"))

;; This file is NOT part of GNU Emacs.
Expand Down Expand Up @@ -885,7 +885,7 @@ Should be set via .dir-locals.el.")

;;; Version information

(defconst projectile-version "2.7.0"
(defconst projectile-version "2.8.0-snapshot"
"The current version of Projectile.")

(defun projectile--pkg-version ()
Expand Down

0 comments on commit 77a5c36

Please sign in to comment.