diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-22 21:21:05 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-22 21:21:05 +0000 |
commit | e67094a0e336bd72968eb1071b0b765858cddb78 (patch) | |
tree | aeeab03777b5f20d3cfb9f6384474fe5553e32fb /chef-utils | |
parent | f770e3443f8e962322626b21bac36cc1aae848e9 (diff) | |
download | chef-e67094a0e336bd72968eb1071b0b765858cddb78.tar.gz |
Bump version to 18.0.51 by Chef Expeditorv18.0.51
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 0741882cc2..59ad97e0f8 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.50" + VERSION = "18.0.51" end |