summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-24 18:57:59 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-24 18:57:59 +0000
commitd1f2e97e6f1a1a9ed8ce6ca60fd25b16fb1203ec (patch)
treed7c1a380c88ff55b920cd2653c4576dd88ba8741 /chef-bin
parentf718907185f544532570f087b558130d345d8dba (diff)
downloadchef-16.7.58.tar.gz
Bump version to 16.7.58 by Chef Expeditorv16.7.58
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 a3ec6aab49..2f653e15a5 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.57".freeze
+ VERSION = "16.7.58".freeze
end
#