summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-12-29 11:40:46 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-12-29 11:44:05 -0600
commite9dca8bfecc484bd9e786c239a08ebd0d611e573 (patch)
treee47cf8197882994c4fabeb0a63bfd8b47f4158d6 /lib/bundler/version.rb
parenta15b7b5b67fdad781c49138725a5fb19e26ebb23 (diff)
downloadbundler-e9dca8bfecc484bd9e786c239a08ebd0d611e573.tar.gz
Version 1.14.0.pre.1 with changelogv1.14.0.pre.1
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 1f1a2ee09b..789e198309 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,5 +7,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.13.7" unless defined?(::Bundler::VERSION)
+ VERSION = "1.14.0.pre.1" unless defined?(::Bundler::VERSION)
end