summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-30 01:31:40 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-30 01:31:40 +0000
commit9eec7706fc7140e1611cb8b2d309e53dc352b275 (patch)
tree9a8dea085dc53aa11dc82e4f237144e7c49a83be /chef-utils/lib/chef-utils/version.rb
parent100fa46cecb0304077efaa96d19f2675f30ac72d (diff)
downloadchef-9eec7706fc7140e1611cb8b2d309e53dc352b275.tar.gz
Bump version to 17.8.16 by Chef Expeditorv17.8.16
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 93cc713136..2d1086a4e9 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.15"
+ VERSION = "17.8.16"
end