summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-20 22:52:48 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-20 22:52:48 +0000
commit41bd002ec75e8383b516a699e38b51b502815edb (patch)
tree44baacfef22009b0121ffd8ec4952a1b6113e774 /chef-bin
parent9941341975f84472ffea63ebe27680724ec1a3b1 (diff)
downloadchef-41bd002ec75e8383b516a699e38b51b502815edb.tar.gz
Bump version to 18.0.203 by Chef Expeditorv18.0.203
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 a78003a217..20eb9946ac 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.202".freeze
+ VERSION = "18.0.203".freeze
end
#