summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-06-20 16:31:38 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-06-20 16:31:38 -0500
commitcd49b4170a3d2910108cc16f7812ce12137ec45b (patch)
treedc52b5e63f3696e6a793124f960521235c570fdb /lib/bundler/version.rb
parent1a7c5b3538e9cca71186e8783ffb5fa51ffb65be (diff)
downloadbundler-cd49b4170a3d2910108cc16f7812ce12137ec45b.tar.gz
Version 1.13.0.pre.1 with changelogv1.13.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 b1e8a49e25..a66df62c39 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.12.5" unless defined?(::Bundler::VERSION)
+ VERSION = "1.13.0.pre.1" unless defined?(::Bundler::VERSION)
end