summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-24 22:24:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-24 22:24:55 +0000
commitab4a2b181941689fbbc4739733e7ab5ce2d3d854 (patch)
treea24a7a8e5014ce8de976cd16c56886711d9cfbe1 /chef-utils
parent6bf05f716b3af87444c4669becf8ef99fe219930 (diff)
downloadchef-ab4a2b181941689fbbc4739733e7ab5ce2d3d854.tar.gz
Bump version to 16.5.7 by Chef Expeditorv16.5.7
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 57ec55717b..c54245e77b 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.6".freeze
+ VERSION = "16.5.7".freeze
end