diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-30 23:49:12 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-30 23:49:12 +0000 |
commit | 7e5e3fa217b9e1b4d61c72d8dbd7e4b88e879cee (patch) | |
tree | 94616d45bad926cb9f9d9e6592b53796768ea0df /chef-bin | |
parent | eff066b4053e4878925c4af0f8d8410ece5bd339 (diff) | |
download | chef-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.rb | 2 |
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 # |