summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-28 18:45:40 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-28 18:45:40 +0000
commit193a78057dab176251b3bd7f0512b09e7445e5cb (patch)
tree7cfb4c055603950a228b977d193ee6ab3f095dea /chef-config
parent96e590781ee60fb2097488ec2c4418f442bd46a4 (diff)
downloadchef-193a78057dab176251b3bd7f0512b09e7445e5cb.tar.gz
Bump version to 17.4.8 by Chef Expeditorv17.4.8
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 0e71f1ee16..a28085226a 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.7".freeze
+ VERSION = "17.4.8".freeze
end