diff options
Diffstat (limited to 'chef/lib/chef.rb')
-rw-r--r-- | chef/lib/chef.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef.rb b/chef/lib/chef.rb index 9cec0cb7e3..0258a75980 100644 --- a/chef/lib/chef.rb +++ b/chef/lib/chef.rb @@ -27,7 +27,7 @@ require 'chef/config' Dir[File.join(File.dirname(__FILE__), 'chef/mixin/**/*.rb')].sort.each { |lib| require lib } class Chef - VERSION = '0.7.9' + VERSION = '0.7.10' end # Adds a Dir.glob to Ruby 1.8.5, for compat |