summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-17 03:24:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-17 03:24:50 +0000
commit98ee595a80d2f7adab1d04dbc5dd0d81f4fa0340 (patch)
treef37d3000da5d03e68fc0b5826ec29b3993840f18 /chef-config
parent1217fadb016ab3554548a575a5dbc5bee81fa336 (diff)
downloadchef-98ee595a80d2f7adab1d04dbc5dd0d81f4fa0340.tar.gz
Bump version to 17.7.9 by Chef Expeditorv17.7.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 7ea5aab15a..fb9da5d9af 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.7.8".freeze
+ VERSION = "17.7.9".freeze
end