summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2013-11-07 01:08:33 -0500
committerTerence Lee <hone02@gmail.com>2013-11-09 21:05:11 -0500
commita1cd1cef875ae197e0ec3251090b58db2e8ada64 (patch)
treedf379ef94d647f934fdb1dcaae20ab3b77165c60
parentceb734f3949c8ab889b0fdaf5a1921f5c116a361 (diff)
downloadbundler-a1cd1cef875ae197e0ec3251090b58db2e8ada64.tar.gz
Version 1.5.0.rc.1
-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 5da431947b..5a571971bf 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.4.0.rc.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.5.0.rc.1" unless defined?(::Bundler::VERSION)
end