diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-16 15:27:57 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-16 15:27:57 +0000 |
commit | ef6dab585ca5d74cf45505f112e5adf450a7398e (patch) | |
tree | bd29f52ed687af762d355bed3f6b0568861e1048 /chef-utils | |
parent | 3b0ffc4b602971342ed94a351854e478e29613e5 (diff) | |
download | chef-ef6dab585ca5d74cf45505f112e5adf450a7398e.tar.gz |
Bump version to 17.9.50 by Chef Expeditorv17.9.50
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 43f67d167a..8c1a0e47c6 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 = "17.9.49" + VERSION = "17.9.50" end |