summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-01-31 18:10:22 -0800
committerCarl Lerche <carllerche@mac.com>2010-01-31 18:10:22 -0800
commit5a5e1d6d08babfe039aec8bf15bca64dc6a775ab (patch)
treee59a810a28e8da36f3c5c1e3e6157adc64f07070
parent32e72a45581d47466f2013659675bb427a5daf93 (diff)
downloadbundler-5a5e1d6d08babfe039aec8bf15bca64dc6a775ab.tar.gz
Bump the version up
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index c3047fdbf5..d707757ac3 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -4,7 +4,7 @@ require 'yaml'
require 'bundler/rubygems'
module Bundler
- VERSION = "0.9.0.pre"
+ VERSION = "0.9.0.pre2"
autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'