summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-01-22 20:23:36 -0600
committerSamuel Giddins <segiddins@segiddins.me>2017-01-22 20:23:36 -0600
commit27c8cd6a8e73b3b5d72e0fb0ef7475ba65c2b88c (patch)
tree0d9e0a13997567bca0ea750829463d75caae4676 /lib/bundler/version.rb
parent8f60c5fd3e4afbea8117d02fbf59f8f40a755a53 (diff)
downloadbundler-27c8cd6a8e73b3b5d72e0fb0ef7475ba65c2b88c.tar.gz
Version 1.14.2 with changelogv1.14.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 ebd878e0ff..4bbb17c9da 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.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.14.2" unless defined?(::Bundler::VERSION)
end