summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-13 20:25:02 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-13 20:25:02 +0000
commite4400c3af634e6a4b5471cecbf00fcc69d5ac1f5 (patch)
treebfc9b0260813cf57f44851f24eef23957002ee0b /chef-bin
parent8d779961ee8278c77b20007bac4cd518e67deb83 (diff)
downloadchef-e4400c3af634e6a4b5471cecbf00fcc69d5ac1f5.tar.gz
Bump version to 18.0.201 by Chef Expeditorv18.0.201
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 7ad49a6411..673734bc94 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.200".freeze
+ VERSION = "18.0.201".freeze
end
#