summaryrefslogtreecommitdiff
path: root/lib/bundler
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-08-28 12:59:54 -0700
committerAndre Arko <andre@arko.net>2011-08-28 12:59:54 -0700
commitde6e295695d32d87e7a4abcd1b9b826612073d88 (patch)
treec1b61eae804b71864bced2542f7ce92a5f9ff357 /lib/bundler
parent5e51323efe779180349e06d6a635eaadeb1f9889 (diff)
downloadbundler-de6e295695d32d87e7a4abcd1b9b826612073d88.tar.gz
Changelog and matching version number
Diffstat (limited to 'lib/bundler')
-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 e511cbfa26..04ee55c984 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.8" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.pre.9" unless defined?(::Bundler::VERSION)
end