summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-24 19:49:31 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-24 19:49:31 +0000
commita1e8747af72cf91a7b5a729db647e158f46ad01f (patch)
treee72e39c7e67fab46d1dcd2237cb9561ab5782e4a /chef-utils
parent8fc6f35d35d9ad314f2574dedac268203a70e20a (diff)
downloadchef-a1e8747af72cf91a7b5a729db647e158f46ad01f.tar.gz
Bump version to 16.5.73 by Chef Expeditorv16.5.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 07fc16d345..f80280a5ab 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.72".freeze
+ VERSION = "16.5.73".freeze
end