summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-08-13 00:45:45 -0500
committerTerence Lee <hone02@gmail.com>2011-08-13 00:45:45 -0500
commit7888e08ab79552a976475b74159da1a844e90e94 (patch)
treed434252cf15ca0569c077b39f0c4cdaac4488909 /lib/bundler/version.rb
parente9333d1f6af76419f53a1876a1a5a0b904ace8c5 (diff)
downloadbundler-7888e08ab79552a976475b74159da1a844e90e94.tar.gz
Version 1.1.pre.8
Diffstat (limited to 'lib/bundler/version.rb')
-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 95910a3b33..e511cbfa26 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.pre.7" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.pre.8" unless defined?(::Bundler::VERSION)
end