summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-01-11 17:06:58 -0600
committerSamuel Giddins <segiddins@segiddins.me>2017-01-11 17:06:58 -0600
commit226dd03445301c778b8b49932f2c691b83413340 (patch)
tree5118503260ed1bb5016f81a6c919b5c1a819bb48 /lib/bundler/version.rb
parent840bd52dd81f5eb63f61758426789f017a0d0e66 (diff)
downloadbundler-226dd03445301c778b8b49932f2c691b83413340.tar.gz
Version 1.14.0.pre.2 with changelogv1.14.0.pre.2
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 789e198309..a514b75cce 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.14.0.pre.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.14.0.pre.2" unless defined?(::Bundler::VERSION)
end