diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-24 17:52:57 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-24 17:53:00 +0000 |
commit | 8c11b691afccdffa3b43440e7746ce8dc580e7e5 (patch) | |
tree | 6de9dbef749e26b1d92d41697064d65fabaa2cf1 /chef-bin | |
parent | 12a58e2df107e6154d991e57aeee99c8bd5f08a4 (diff) | |
download | chef-8c11b691afccdffa3b43440e7746ce8dc580e7e5.tar.gz |
Bump version to 18.0.75 by Chef Expeditorv18.0.75
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 155e0eccf9..39b26161e6 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.74".freeze + VERSION = "18.0.75".freeze end # |