summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-25 00:36:03 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-25 00:36:03 +0000
commit17013f044819d7aa5bc28e2f21514768235ee1a1 (patch)
tree57e0faafb480c60d39a6fb6277b58434a9673e66 /chef-config/lib/chef-config/version.rb
parent2c48df4f51eef6adc85587fa8bb7aca3b9d0f7bc (diff)
downloadchef-16.5.74.tar.gz
Bump version to 16.5.74 by Chef Expeditorv16.5.74
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 0f0174b196..96c47aa53b 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.73".freeze
+ VERSION = "16.5.74".freeze
end