summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-13 20:22:55 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-13 20:22:57 +0000
commit8d779961ee8278c77b20007bac4cd518e67deb83 (patch)
tree1828b919b03dd8f6097fd634b5b7c41acd93c8ae /chef-bin
parent1c302291b378a8fc5d0177d6b9dda7ac79a0366a (diff)
downloadchef-8d779961ee8278c77b20007bac4cd518e67deb83.tar.gz
Bump version to 18.0.200 by Chef Expeditorv18.0.200
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 73bd27e893..7ad49a6411 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.199".freeze
+ VERSION = "18.0.200".freeze
end
#