summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-14 19:46:10 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-14 19:46:13 +0000
commitc1e1f47b0814b3ef0d13f8f00ecfe74faccb16df (patch)
treef25812fc08cc6e52154db95881e1c6889d939b8f /chef-bin
parent09635c40aa7144c91c9b1090eb2c2c48b87ae670 (diff)
downloadchef-c1e1f47b0814b3ef0d13f8f00ecfe74faccb16df.tar.gz
Bump version to 18.0.118 by Chef Expeditorv18.0.118
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 8497ec4fe2..ae8b25c07d 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.117".freeze
+ VERSION = "18.0.118".freeze
end
#