summaryrefslogtreecommitdiff
path: root/chef/lib/chef.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/lib/chef.rb')
-rw-r--r--chef/lib/chef.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef.rb b/chef/lib/chef.rb
index 509353d625..02a1e1d8c7 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.6.2'
+ VERSION = '0.6.3'
class << self
def fatal!(msg, err = -1)