summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index ec5f8a50e0..b1d1abf77e 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -5,7 +5,7 @@ require 'bundler/rubygems_ext'
module Bundler
- VERSION = "0.9.13"
+ VERSION = "0.9.14"
ORIGINAL_ENV = ENV.to_hash
autoload :Definition, 'bundler/definition'