diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-28 22:09:30 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-28 22:09:30 +0000 |
commit | c6d0100cde6812db57ed0f6982066caf0f0ea843 (patch) | |
tree | b105aee3c4fe225e02e81bcb9a3798a93a257905 /chef-utils | |
parent | 93a5b0baf18a51cd7f650f3249a553112399861f (diff) | |
download | chef-c6d0100cde6812db57ed0f6982066caf0f0ea843.tar.gz |
Bump version to 18.0.58 by Chef Expeditorv18.0.58
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 2c03c9e72a..d80e16c1fd 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "18.0.57" + VERSION = "18.0.58" end |