summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2013-01-09 18:08:21 -0800
committerTerence Lee <hone02@gmail.com>2013-01-09 18:08:21 -0800
commitb5a7e2e2abe0e7f4fb71cc23fae86e3e84a8a580 (patch)
treedf013bba8689f5495760956f435e87616e622638
parent8745b98251ebb424a7e25676e4ab5979137c1c88 (diff)
downloadbundler-1.3.0.pre.5.tar.gz
bump 1.3.0.pre.5v1.3.0.pre.5
-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 3e118c8015..0f0ab62033 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.3.0.pre.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.3.0.pre.5" unless defined?(::Bundler::VERSION)
end