summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-02 20:34:57 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-02 20:34:57 +0000
commitb91d99f16947b82d09217079f5423b5c7cd0962c (patch)
tree9fdcd1de41374d972e7bf4fdb310b1a322333168 /chef-config/lib
parent27be24b9d61a64ed69f3df5ecbcdb1f6b8fd9edd (diff)
downloadchef-b91d99f16947b82d09217079f5423b5c7cd0962c.tar.gz
Bump version to 17.4.47 by Chef Expeditorv17.4.47
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 d0831eeab7..27fc55b166 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.46".freeze
+ VERSION = "17.4.47".freeze
end