diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-11-08 21:00:15 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-11-08 21:00:15 +0000 |
commit | de69650d7d0560b6de1deb295a58d7cca4a758f0 (patch) | |
tree | 8e07a953a3955fffcc15c6f27f17974562e8179a /chef-bin | |
parent | ef861cf0e5e99688727766385c6a7d94134e625f (diff) | |
download | chef-de69650d7d0560b6de1deb295a58d7cca4a758f0.tar.gz |
Bump version to 18.0.178 by Chef Expeditorv18.0.178
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 8d433f4603..9752a6659f 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.177".freeze + VERSION = "18.0.178".freeze end # |