diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-09-23 23:34:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-09-23 23:34:12 +0000 |
commit | dd39d153db0ca988494bff5447674e5fe6769cf4 (patch) | |
tree | 39c8845f6d31b3144b35c6bd2dfcc13ba6bdf530 /chef-utils | |
parent | 10f9391e8283544ae13941d7521be3be01e20b75 (diff) | |
download | chef-dd39d153db0ca988494bff5447674e5fe6769cf4.tar.gz |
Bump version to 17.5.21 by Chef Expeditorv17.5.21
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 e33bf6d51d..1732e08b26 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.5.20" + VERSION = "17.5.21" end |