summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-10 00:19:27 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-10 00:19:30 +0000
commit7e66d4d3fb92698d50b61f6cf6b7f8365a4b47cf (patch)
tree76684db3351bb86ffff65e738d14954edab7c5c3 /chef-utils/lib/chef-utils/version.rb
parent867045ba0844374cfa7482c029d688ff856a3498 (diff)
downloadchef-7e66d4d3fb92698d50b61f6cf6b7f8365a4b47cf.tar.gz
Bump version to 16.8.8 by Chef Expeditorv16.8.8
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 46cb08713b..4f9381caa7 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 = "16.8.7"
+ VERSION = "16.8.8"
end