summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-16 20:36:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-16 20:36:39 +0000
commitc004ed06c393c7793b936ad6cba1afde96e08d66 (patch)
treee05e6bcc520e8a871c7d0bec603b56663efb076a /chef-utils
parentbc93485d017b5a398bfdb6e5c24b057d842ee098 (diff)
downloadchef-c004ed06c393c7793b936ad6cba1afde96e08d66.tar.gz
Bump version to 17.8.5 by Chef Expeditorv17.8.5
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 ad9829f2db..a58b53174a 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.8.4"
+ VERSION = "17.8.5"
end