summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 18:07:04 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 18:07:04 +0000
commitf4f7fa7d70165a76ba6112eb3161e9cc84e4e2af (patch)
tree9ceb27bee44c8fbc82af84774f3cbd50891f1a85 /chef-config
parentcdf865dacdd969c65496c033be22b83d2006cef3 (diff)
downloadchef-f4f7fa7d70165a76ba6112eb3161e9cc84e4e2af.tar.gz
Bump version to 16.5.42 by Chef Expeditorv16.5.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 492188c2a7..a4da9c9b2f 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.5.41".freeze
+ VERSION = "16.5.42".freeze
end