summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-21 22:13:45 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-21 22:13:45 +0000
commit3d834aa124da411e62f5d6411f0257d4e93efc48 (patch)
tree07f696cdf52b22c9180a4a49829bdb1687c70167 /chef-utils
parent04979a3ba5ca32e3c97ae492eae84829994697a0 (diff)
downloadchef-3d834aa124da411e62f5d6411f0257d4e93efc48.tar.gz
Bump version to 16.0.73 by Chef Expeditorv16.0.73
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 d15856a3f0..dd4769ee1f 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.72".freeze
+ VERSION = "16.0.73".freeze
end