summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-13 16:05:58 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-13 16:05:58 +0000
commitc0f1e8b3915ed46bdd2dd3a2d40379e66295a7ef (patch)
tree9d256b96cedc23b2e79612eeb810dd4f8878e209 /chef-config
parent19dec6ecf084b5b700a2f471dee32301b6c68db0 (diff)
downloadchef-c0f1e8b3915ed46bdd2dd3a2d40379e66295a7ef.tar.gz
Bump version to 16.7.42 by Chef Expeditorv16.7.42
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index cdf125614a..524d5c7d7e 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.7.41".freeze
+ VERSION = "16.7.42".freeze
end