summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-21 19:10:23 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-21 19:10:23 +0000
commit706843b1f4c2bb8a821567fda768593ba17d5bbc (patch)
tree62284784e74689697a5d04db6ad69a2c9e498164 /chef-bin
parentc566180ca560fe46315cb9b2c8945b698c270f5c (diff)
downloadchef-706843b1f4c2bb8a821567fda768593ba17d5bbc.tar.gz
Bump version to 18.0.204 by Chef Expeditorv18.0.204
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 20eb9946ac..4fc1120991 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.203".freeze
+ VERSION = "18.0.204".freeze
end
#