summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-28 17:21:13 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-28 17:21:13 +0000
commit467ae9875e20108a85dcd6e4dfc1d77c97a15502 (patch)
tree6494956c4dcb56ef30ee74c75fc6739f259e28d2 /chef-config/lib
parent0e041b5a6f75cf9de31d5c926a9f9b4528d2c86b (diff)
downloadchef-467ae9875e20108a85dcd6e4dfc1d77c97a15502.tar.gz
Bump version to 17.4.6 by Chef Expeditorv17.4.6
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 6f01cd17a8..b434b29458 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 = "17.4.5".freeze
+ VERSION = "17.4.6".freeze
end