summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-28 22:09:30 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-28 22:09:30 +0000
commitc6d0100cde6812db57ed0f6982066caf0f0ea843 (patch)
treeb105aee3c4fe225e02e81bcb9a3798a93a257905 /chef-bin
parent93a5b0baf18a51cd7f650f3249a553112399861f (diff)
downloadchef-c6d0100cde6812db57ed0f6982066caf0f0ea843.tar.gz
Bump version to 18.0.58 by Chef Expeditorv18.0.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 0ccdb7aef5..227dab4d6c 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 = "18.0.57".freeze
+ VERSION = "18.0.58".freeze
end
#