summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-27 11:47:57 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-27 11:50:35 +0200
commit9cd1f3d1eb6fd0f0abfddcab0f5cc0f3c37f4756 (patch)
tree2eb0a148865a735c36c9c05dc420d2d8bbf8ef39
parente719a58b26e2f85c885a950d90c8d4a0f7339c0f (diff)
downloadbundler-bump_version_to_latest_pre.tar.gz
Bump version to latest pre-releasebump_version_to_latest_pre
Forgot to merge the version increase back to master after release.
-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 21eeeb0fd4..a2b824c471 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module Bundler
- VERSION = "2.1.0.pre.1".freeze
+ VERSION = "2.1.0.pre.2".freeze
def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i