diff options
author | Andre Arko <andre@arko.net> | 2011-06-09 02:20:51 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2011-06-09 02:20:51 -0700 |
commit | 1c39e23277a8589e08d112d93f4e1935306fc7a2 (patch) | |
tree | 2f91add0bf4fed0b15011c36ea953ca708babb5f /lib | |
parent | 47943277ed39156053ecfb7b2a59aa31cc2f6ea9 (diff) | |
download | bundler-1c39e23277a8589e08d112d93f4e1935306fc7a2.tar.gz |
Version 1.0.15v1.0.15
Diffstat (limited to 'lib')
-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 759409fe8b..9f8590d5af 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.0.14" unless defined?(::Bundler::VERSION) + VERSION = "1.0.15" unless defined?(::Bundler::VERSION) end |