diff options
author | Andre Arko <andre@arko.net> | 2013-01-22 10:16:35 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-01-22 10:16:35 -0800 |
commit | 2bba8ea6d03898056470da98274b9577b1964d9a (patch) | |
tree | be227170aec1ab23c3b8ee7c86a61eadb2969852 /lib/bundler/version.rb | |
parent | 21f112f725d1e28e1840930996525546accd6789 (diff) | |
download | bundler-2bba8ea6d03898056470da98274b9577b1964d9a.tar.gz |
Version 1.3.0.pre.7 with changelogv1.3.0.pre.7
Diffstat (limited to 'lib/bundler/version.rb')
-rw-r--r-- | lib/bundler/version.rb | 2 |
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 |