summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-16 20:13:18 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-16 20:13:18 +0000
commit82075173b1134f0062a38657eaf670e3a50dd297 (patch)
tree3cda4fe0c1f07dd12b3f48ef80aebb351f8589c3 /chef-utils/lib/chef-utils/version.rb
parent9796acacb5d641cab71f26931b9558e138525f04 (diff)
downloadchef-82075173b1134f0062a38657eaf670e3a50dd297.tar.gz
Bump version to 17.8.4 by Chef Expeditorv17.8.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 9b3a4c6da1..ad9829f2db 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.3"
+ VERSION = "17.8.4"
end