summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-30 23:49:12 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-30 23:49:12 +0000
commit7e5e3fa217b9e1b4d61c72d8dbd7e4b88e879cee (patch)
tree94616d45bad926cb9f9d9e6592b53796768ea0df /chef-bin
parenteff066b4053e4878925c4af0f8d8410ece5bd339 (diff)
downloadchef-7e5e3fa217b9e1b4d61c72d8dbd7e4b88e879cee.tar.gz
Bump version to 18.0.83 by Chef Expeditorv18.0.83
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 c9cbb2a867..8d53502e70 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.82".freeze
+ VERSION = "18.0.83".freeze
end
#