summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-13 04:01:50 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-13 04:01:50 +0000
commit62a9952f14b049b6af15efcb0789eeb15bb6455c (patch)
tree931e081c4b804dc4b6340f15a14f4110f382d719 /chef-bin
parent6992ae11ac5c56efb24db7ebb09b1d4483897935 (diff)
downloadchef-62a9952f14b049b6af15efcb0789eeb15bb6455c.tar.gz
Bump version to 18.0.199 by Chef Expeditorv18.0.199
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 e542e23032..73bd27e893 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.198".freeze
+ VERSION = "18.0.199".freeze
end
#