summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-03 18:56:01 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-03 18:56:01 +0000
commit5b0f77576222375f34edf15a9a8ff3ffba983db9 (patch)
treeb1bfc87594bedc14764d0995c7ca174cb1ee0626 /chef-bin
parente1d6df13eb8a3fdee8c6e416b8fcb2f9ef4380f8 (diff)
downloadchef-5b0f77576222375f34edf15a9a8ff3ffba983db9.tar.gz
Bump version to 18.0.207 by Chef Expeditorv18.0.207
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 a8775bb851..2784b9b972 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.206".freeze
+ VERSION = "18.0.207".freeze
end
#