summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-27 22:24:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-27 22:24:59 +0000
commite3acd000ac4b51962f75a7240f55854371732410 (patch)
tree0c0a38bd6393ca3b2520d0d3c1279e8f8e93d17d /chef-utils
parentfa497f980cc0716ae323a0c348480b70ae6cb057 (diff)
downloadchef-e3acd000ac4b51962f75a7240f55854371732410.tar.gz
Bump version to 16.0.20 by Chef Expeditorv16.0.20
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 6bceda2ef2..ee35044752 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("../..", __FILE__)
- VERSION = "16.0.19".freeze
+ VERSION = "16.0.20".freeze
end