summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-10-19 11:16:44 -0700
committerBryan McLellan <btm@opscode.com>2012-10-19 11:16:44 -0700
commit1f8bf2fc7b435fc4ca5f774f2b04c12d6b3a7299 (patch)
tree8a706e089777a40549482080e74cc745c6d42a01 /chef
parentaff442aae93b4618322ef0861ee9063c422c4d0f (diff)
downloadchef-1f8bf2fc7b435fc4ca5f774f2b04c12d6b3a7299.tar.gz
10.16.0.rc.210.16.0.rc.2
Diffstat (limited to 'chef')
-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 258751d237..13fd2cfbaf 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 = '10.16.0.rc.1'
+ VERSION = '10.16.0.rc.2'
end
# NOTE: the Chef::Version class is defined in version_class.rb