summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index d7aadac823..cb6fa90b2a 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.7.2".freeze
+ VERSION = "16.7.3".freeze
end
#