summaryrefslogtreecommitdiff
path: root/chef/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2009-04-28 16:46:18 -0700
committerAdam Jacob <adam@hjksolutions.com>2009-04-28 16:46:18 -0700
commit6bb73bd4329570d2444e3790b3b8f1d0f5b557eb (patch)
tree90949bf467cd1c204ed1b758c7c5ca128a2ecec5 /chef/Rakefile
parentee315cbb4d0ff3a46304746a2a5d107d8c11996b (diff)
downloadchef-6bb73bd4329570d2444e3790b3b8f1d0f5b557eb.tar.gz
Releasing Chef 0.6.0
Diffstat (limited to 'chef/Rakefile')
-rw-r--r--chef/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/Rakefile b/chef/Rakefile
index 89f4527b54..d38a994ddd 100644
--- a/chef/Rakefile
+++ b/chef/Rakefile
@@ -4,7 +4,7 @@ require 'rake/rdoctask'
require './tasks/rspec.rb'
GEM = "chef"
-CHEF_VERSION = "0.5.7"
+CHEF_VERSION = "0.6.0"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"