summaryrefslogtreecommitdiff
path: root/chef/Rakefile
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-05-07 11:47:17 -0700
committerDaniel DeLeo <dan@opscode.com>2010-05-07 22:36:56 -0700
commit2f9e37fe9bc1084bb1254d1106d327f14b168bc2 (patch)
treeb3786a7b5cfc5d77fa0d4bd5002ba10a7081f0d2 /chef/Rakefile
parente4e4bb7ed5044f832d6a84b4685bab7c8f1c0690 (diff)
downloadchef-2f9e37fe9bc1084bb1254d1106d327f14b168bc2.tar.gz
bump to version 0.8.14 since 0.8.12 was borked
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 a9b36da68c..d9881ca385 100644
--- a/chef/Rakefile
+++ b/chef/Rakefile
@@ -4,7 +4,7 @@ require 'rake/rdoctask'
require './tasks/rspec.rb'
GEM = "chef"
-CHEF_VERSION = "0.8.12"
+CHEF_VERSION = "0.8.14"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"