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 ac46f3bf2b..f45c58b0f8 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.5' + VERSION = '0.7.6' end # Adds a Dir.glob to Ruby 1.8.5, for compat |