diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-06-28 19:43:26 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-06-28 19:43:26 +0000 |
commit | 74a6738537f9437271de3b647f3d2ccba9ac9be3 (patch) | |
tree | cfdcab7c56ec81416de001dce84dfecc2b70720a /chef-bin | |
parent | 4a9d1eb754c5922b70b69f90a05a1862612d52d7 (diff) | |
download | chef-74a6738537f9437271de3b647f3d2ccba9ac9be3.tar.gz |
Bump version to 18.0.126 by Chef Expeditorv18.0.126
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 a64b289216..53f29a949b 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.125".freeze + VERSION = "18.0.126".freeze end # |