diff options
author | Andre Arko <andre@arko.net> | 2010-02-25 11:03:28 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2010-02-25 11:03:28 -0800 |
commit | 0aea4b1064d5548048213c902175472a048157ec (patch) | |
tree | fdfead0e3148339d7bc0ef98209c636544f82be7 /lib/bundler.rb | |
parent | e6f9b1305425d762926c9c28477c6532170dbe87 (diff) | |
download | bundler-0aea4b1064d5548048213c902175472a048157ec.tar.gz |
Bump version to 0.9.90.9.9
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r-- | lib/bundler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb index 06512df96a..f4a7c731ff 100644 --- a/lib/bundler.rb +++ b/lib/bundler.rb @@ -4,7 +4,7 @@ require 'yaml' require 'bundler/rubygems_ext' module Bundler - VERSION = "0.9.8" + VERSION = "0.9.9" autoload :Definition, 'bundler/definition' autoload :Dependency, 'bundler/dependency' |