aboutsummaryrefslogtreecommitdiff
path: root/projectile.el
diff options
context:
space:
mode:
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 aa71af0..5258db6 100644
--- a/projectile.el
+++ b/projectile.el
@@ -4,7 +4,7 @@
;; Author: Bozhidar Batsov
;; URL: https://github.com/bbatsov/projectile
-;; Version: 0.9.0
+;; Version: 0.9.1
;; Keywords: project, convenience
;; Package-Requires: ((s "1.0.0") (dash "1.0.0"))
@@ -51,7 +51,7 @@
:group 'tools
:group 'convenience)
-(defconst projectile-current-version "0.9.0"
+(defconst projectile-current-version "0.9.1"
"The current Projectile version.")
(defcustom projectile-use-native-indexing (eq system-type 'windows-nt)