summaryrefslogtreecommitdiff
path: root/chef/lib/chef/version.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-05-10 21:43:22 -0700
committerBryan McLellan <btm@opscode.com>2012-05-10 21:43:22 -0700
commit3f58dadbef06f131cb1dc4087072cb837cee5305 (patch)
tree660ac4880fd555f98e384e8bc0fb3bae91a1b029 /chef/lib/chef/version.rb
parentdcb83e6c635cba1c4c6939aa3df458d76a95cbf3 (diff)
downloadchef-3f58dadbef06f131cb1dc4087072cb837cee5305.tar.gz
Release 0.10.10.rc.4
Diffstat (limited to 'chef/lib/chef/version.rb')
-rw-r--r--chef/lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/version.rb b/chef/lib/chef/version.rb
index af4d43dc51..571cbd5270 100644
--- a/chef/lib/chef/version.rb
+++ b/chef/lib/chef/version.rb
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '0.10.10.rc.3'
+ VERSION = '0.10.10.rc.4'
end
# NOTE: the Chef::Version class is defined in version_class.rb