summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-27 17:18:57 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-27 17:18:57 +0000
commitb3dbca14e1b587f4367acf082392fb3aea7bb872 (patch)
tree9823f3e227d10b284e453c47d923334675321457 /chef-utils
parent51c737caeeec8ba8a84f855100c90dad8396bf69 (diff)
downloadchef-b3dbca14e1b587f4367acf082392fb3aea7bb872.tar.gz
Bump version to 16.7.3 by Chef Expeditorv16.7.3
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 60c13a2a16..460b96177d 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.7.2".freeze
+ VERSION = "16.7.3".freeze
end