diff options
| author | Bozhidar Batsov <bozhidar@tradeo.com> | 2013-04-24 17:11:13 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@tradeo.com> | 2013-04-24 17:11:13 +0300 |
| commit | 965bcb96b094a2ec46574357d4c3cb0ebaf490e7 (patch) | |
| tree | f260ccfb747e48cfda909e009a3bcaa99558ab38 | |
| parent | 2f7bee318067e01d542b9160465a28353f998779 (diff) | |
Bump version to 0.9.0v0.9.0
| -rw-r--r-- | projectile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projectile.el b/projectile.el index fc23e78..9560632 100644 --- a/projectile.el +++ b/projectile.el @@ -4,7 +4,7 @@ ;; Author: Bozhidar Batsov ;; URL: https://github.com/bbatsov/projectile -;; Version: 0.8 +;; Version: 0.9.0 ;; 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-beta" +(defconst projectile-current-version "0.9.0" "The current Projectile version.") (defcustom projectile-use-native-indexing (eq system-type 'windows-nt) |
