diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-21 21:51:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-21 21:51:22 +0000 |
commit | 5e43eabbf068e4cafae8b7e71421e10c86bef70b (patch) | |
tree | d3a634c5b04cdc90f1d17edd9fdaac3f62474a45 /chef-utils | |
parent | c4baace3788b7cf788e82971ff0b5fc6e44a8a01 (diff) | |
download | chef-5e43eabbf068e4cafae8b7e71421e10c86bef70b.tar.gz |
Bump version to 18.0.47 by Chef Expeditorv18.0.47
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 96f00795d3..bc05761b3d 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.46" + VERSION = "18.0.47" end |