summaryrefslogtreecommitdiff
path: root/chef-utils
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-utils
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-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 73e4ecc4b8..ccb70c1aa6 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.7.8"
+ VERSION = "17.7.9"
end