summaryrefslogtreecommitdiff
path: root/lib/bundler
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-01-22 10:16:35 -0800
committerAndre Arko <andre@arko.net>2013-01-22 10:16:35 -0800
commit2bba8ea6d03898056470da98274b9577b1964d9a (patch)
treebe227170aec1ab23c3b8ee7c86a61eadb2969852 /lib/bundler
parent21f112f725d1e28e1840930996525546accd6789 (diff)
downloadbundler-2bba8ea6d03898056470da98274b9577b1964d9a.tar.gz
Version 1.3.0.pre.7 with changelogv1.3.0.pre.7
Diffstat (limited to 'lib/bundler')
-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 4a495be550..fcc75a7de2 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -2,5 +2,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.3.0.pre.6" unless defined?(::Bundler::VERSION)
+ VERSION = "1.3.0.pre.7" unless defined?(::Bundler::VERSION)
end