summaryrefslogtreecommitdiff
path: root/chef/Rakefile
diff options
context:
space:
mode:
authorAJ Christensen <aj@opscode.com>2009-06-25 02:40:42 +1200
committerAJ Christensen <aj@opscode.com>2009-06-25 02:40:42 +1200
commit43ffe540a7a3c8d6a2f8cccbd84f638f90fdc252 (patch)
tree7adc19f442ba320a0e41ce75de93e4b7f218b1d6 /chef/Rakefile
parentfa8097ff666af3ce64761d8e1f1c2aa292a11378 (diff)
downloadchef-43ffe540a7a3c8d6a2f8cccbd84f638f90fdc252.tar.gz
Bump development version to 0.7.3
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 e450e4fe16..ca29f3accb 100644
--- a/chef/Rakefile
+++ b/chef/Rakefile
@@ -4,7 +4,7 @@ require 'rake/rdoctask'
require './tasks/rspec.rb'
GEM = "chef"
-CHEF_VERSION = "0.7.2"
+CHEF_VERSION = "0.7.3"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"