summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-25 05:12:03 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-25 05:12:03 +0000
commit6b65c094559dcb7d3d4eff84e56df8efd761c429 (patch)
treed2929d890be6ed36f060c759fa129c6deb467730 /chef-bin
parent24470d98f3155b9ee6f2c8822491cb58f605e57e (diff)
downloadchef-6b65c094559dcb7d3d4eff84e56df8efd761c429.tar.gz
Bump version to 16.7.60 by Chef Expeditorv16.7.60
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 e9e0661f21..6cf59b91b0 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.59".freeze
+ VERSION = "16.7.60".freeze
end
#