diff options
author | Adam Jacob <adam@opscode.com> | 2010-03-10 12:15:05 -0800 |
---|---|---|
committer | Adam Jacob <adam@opscode.com> | 2010-03-10 12:15:05 -0800 |
commit | d9b6a02402466df46f9cfeba0448ac2ed6ef3b74 (patch) | |
tree | f437331b3e83ac7adb82d930a5980c51615bc51e /chef/Rakefile | |
parent | 811ce201aa4a1b5fd2cc83c6f8ed8cf738099f46 (diff) | |
download | chef-d9b6a02402466df46f9cfeba0448ac2ed6ef3b74.tar.gz |
Bumping version to 0.8.7
Diffstat (limited to 'chef/Rakefile')
-rw-r--r-- | chef/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/Rakefile b/chef/Rakefile index fa7b909f67..244553baa7 100644 --- a/chef/Rakefile +++ b/chef/Rakefile @@ -4,7 +4,7 @@ require 'rake/rdoctask' require './tasks/rspec.rb' GEM = "chef" -CHEF_VERSION = "0.8.6" +CHEF_VERSION = "0.8.7" AUTHOR = "Adam Jacob" EMAIL = "adam@opscode.com" HOMEPAGE = "http://wiki.opscode.com/display/chef" |