summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 16:39:29 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 16:39:29 +0000
commit9777dbaa10fe3d5ad3a3df904ed488b35c92139c (patch)
treece6715964e76e288629557cacc39363d8faf77cd /chef-utils
parentfe1ac7541bcc05c015cafe6f8de9449dd6b7b2be (diff)
downloadchef-9777dbaa10fe3d5ad3a3df904ed488b35c92139c.tar.gz
Bump version to 16.11.16 by Chef Expeditorv16.11.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 7b355294ba..4cc65aa030 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.11.15"
+ VERSION = "16.11.16"
end