summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-12-14 14:49:42 -0500
committerTerence Lee <hone02@gmail.com>2011-12-14 14:49:42 -0500
commit25a184b5007c78bc1ef762d8805088797e3aa971 (patch)
treea41f28514964590b53aeba7539e617dd4796f161
parent501d1be5c9ad54e2dfa9732861e81b69927e1bab (diff)
downloadbundler-1.1.rc.4.tar.gz
1.1.rc.4v1.1.rc.4
-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 d5e9583523..6900676ce3 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.1.rc.3" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.rc.4" unless defined?(::Bundler::VERSION)
end