aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2015-11-29 21:16:44 -0600
committerSamuel Giddins <segiddins@segiddins.me>2015-11-29 21:16:44 -0600
commit77b991f60a3cbf33cda5965a5c815a1770a2a9aa (patch)
tree8c077b7cca27d0ba838e8983578f31e0222fea8e /lib
parenta963bdccbe77f43dec9152694d07ff9985b5bc5c (diff)
parent43addfdad722639dc26c58ec85369e0563793ec5 (diff)
downloadbundler-77b991f60a3cbf33cda5965a5c815a1770a2a9aa.tar.gz
Merge tag 'v1.11.0.pre.1'
Version 1.11.0.pre.1
Diffstat (limited to 'lib')
-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 984293e9..5bf1cb03 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.10.6" unless defined?(::Bundler::VERSION)
+ VERSION = "1.11.0.pre.1" unless defined?(::Bundler::VERSION)
end