summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-19 15:12:03 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-19 15:12:03 +0000
commit1f57e4475d5c7fa7b8ea5e4c2c908c1b6ab87566 (patch)
tree2917b259909bea97dfff9272f538630482a0efd5 /chef-utils
parentea39fb2b1fc99c58e59341d2f3dfda38d5357149 (diff)
downloadchef-1f57e4475d5c7fa7b8ea5e4c2c908c1b6ab87566.tar.gz
Bump version to 16.10.16 by Chef Expeditorv16.10.16
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 8bbaa48087..5d8d5636ce 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.10.15"
+ VERSION = "16.10.16"
end