summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-02-17 21:29:27 -0800
committerAndre Arko <andre@arko.net>2010-02-17 21:33:57 -0800
commit2d6e70dfe37a380149b51444723b9cf17cd037a6 (patch)
tree2b7277769785e24ccbcec2c65cc3806cf91295fd
parent9e1bffcde8e4f20e86fda3cc4de685e9aa994e11 (diff)
downloadbundler-0.9.7.tar.gz
Bump to 0.9.70.9.7
-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'