summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-17 18:07:09 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-17 18:07:09 +0000
commit7e6d165274db8182188000e874ac96f59e1f0d77 (patch)
tree403cdd2ecbb15b22aff4b2d4f2059a334ae32f5e /chef-config
parentda2026aacb8c0c31f128f67e8b9b3b4859d08171 (diff)
downloadchef-7e6d165274db8182188000e874ac96f59e1f0d77.tar.gz
Bump version to 16.2.42 by Chef Expeditorv16.2.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 edbad4b7c8..9f030936d8 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("../..", __FILE__)
- VERSION = "16.2.41".freeze
+ VERSION = "16.2.42".freeze
end