summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-01-31 23:36:50 -0800
committerCarl Lerche <carllerche@mac.com>2010-01-31 23:36:50 -0800
commitde65328a3f4edba97ac187765886c0cd1a268fff (patch)
tree617b79304bd04f8e84991c7e44fac3dae80c6e0a
parent0a758202b90c25bbeb748be2616882b4667b8860 (diff)
downloadbundler-0.9.0.pre3.tar.gz
Bump up the versionv0.9.0.pre3
-rw-r--r--bundler.gemspec2
-rw-r--r--lib/bundler.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 040a67399d..40b4942a9c 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = %q{bundler}
- s.version = "0.9.0.pre2"
+ s.version = "0.9.0.pre3"
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version=
s.authors = ["Carl Lerche", "Yehuda Katz"]
diff --git a/lib/bundler.rb b/lib/bundler.rb
index d707757ac3..6c5537c62a 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -4,7 +4,7 @@ require 'yaml'
require 'bundler/rubygems'
module Bundler
- VERSION = "0.9.0.pre2"
+ VERSION = "0.9.0.pre3"
autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'