summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-28 19:00:11 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-28 19:00:11 +0000
commit60c8b1ff7347603eedf04bda1634d7a576d3cedd (patch)
treee80a42be12503764565464d1da0dfb9dd13f2ebf /chef-config
parentdfbb9098f6fe260b2faca69ebceacf6819e9169d (diff)
downloadchef-60c8b1ff7347603eedf04bda1634d7a576d3cedd.tar.gz
Bump version to 17.4.9 by Chef Expeditorv17.4.9
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 a28085226a..a78e60e045 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.8".freeze
+ VERSION = "17.4.9".freeze
end