diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-02 16:21:13 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-02 16:21:13 +0000 |
commit | ac17f53d85147dd4cf1722a3db8d11d2216d3d45 (patch) | |
tree | 5db15fac9b24267c485be315e9334aa7fa66abca /chef-utils | |
parent | 6b9d3f12b16f9a502d5fa130541c39ddd3d0cee9 (diff) | |
download | chef-ac17f53d85147dd4cf1722a3db8d11d2216d3d45.tar.gz |
Bump version to 18.0.62 by Chef Expeditorv18.0.62
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 2182867e3b..9d5a5c82be 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.61" + VERSION = "18.0.62" end |