summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-26 02:29:48 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-26 02:29:48 +0000
commit89ac2a865cd4d403136a426130f4de77dd0dba20 (patch)
treee3e4b1b14594342229893f70435c9cfcd3998c8b /chef-utils
parent92f813f47fda6668094612944ee994c2eea03f1b (diff)
downloadchef-89ac2a865cd4d403136a426130f4de77dd0dba20.tar.gz
Bump version to 16.5.16 by Chef Expeditorv16.5.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 621c34d44b..7fc82f9da5 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.5.15".freeze
+ VERSION = "16.5.16".freeze
end