summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-04 16:05:34 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-04 16:05:34 +0000
commit6de8f55208fa3e78c4342370a70c7cf00b8c3b6a (patch)
tree30203395f05a4c4132a9450c3c4b3fb18e2e39bf /lib/chef
parenta4a95c8254ee4c80d5339ee3a81745a5c581dc7c (diff)
downloadchef-6de8f55208fa3e78c4342370a70c7cf00b8c3b6a.tar.gz
Bump version of chef to 12.16.42 by Chef Versioner.v12.16.42
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 7d65325c32..6271b90bf5 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.16.41"
+ VERSION = "12.16.42"
end
#