summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-03 20:07:11 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-03 20:07:11 +0000
commitd9a57c494af4d65e85e1a86d68a2e63b7b2f38f8 (patch)
tree77b030197ddeb227a128ad72cf7b3a2dfc333bf5 /chef-bin
parent1acfc3938533ea4128b30dd9273f68909025e42f (diff)
downloadchef-d9a57c494af4d65e85e1a86d68a2e63b7b2f38f8.tar.gz
Bump version to 18.0.208 by Chef Expeditorv18.0.208
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 2784b9b972..8ec25c50c8 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.207".freeze
+ VERSION = "18.0.208".freeze
end
#