summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-07-07 11:30:15 -0700
committerAndre Arko <andre@arko.net>2010-07-07 11:30:27 -0700
commit575d05fb121891f00955298ab15d03e0bd464e85 (patch)
treefb63d2139d1a964ed3400c739cbf441b2d9fec75
parent388ed7e3c655c7c21247d5760fd23ad3829a3a8e (diff)
downloadbundler-575d05fb121891f00955298ab15d03e0bd464e85.tar.gz
Beta 3 pre
-rw-r--r--lib/bundler/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 4f23c7b70d..391e404f8f 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -2,5 +2,5 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
- VERSION = "1.0.0.beta.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.0.beta.3.pre" unless defined?(::Bundler::VERSION)
end \ No newline at end of file