summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-26 23:42:58 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-26 23:42:58 +0000
commit26f35de452d5aab1f752556b8091a5e9656b5380 (patch)
treebb92e14b15a1eff8aac30640c39aea34a26e90e8 /chef-config
parent77aeaf8d19cd983c6f676e399b28dc868b9c03cb (diff)
downloadchef-26f35de452d5aab1f752556b8091a5e9656b5380.tar.gz
Bump version to 17.4.1 by Chef Expeditorv17.4.1
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 22fecf4930..8a7fc215fd 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.0".freeze
+ VERSION = "17.4.1".freeze
end