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 a9e7945e0f..10ed86535a 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -4,7 +4,7 @@ require 'yaml'
require 'bundler/rubygems-ext'
module Bundler
- VERSION = "0.9.6"
+ VERSION = "0.9.7"
autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'