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 /knife | |
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 'knife')
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 83d1b4fc91..0bb1e9b18a 100644 --- a/knife/lib/chef/knife/version.rb +++ b/knife/lib/chef/knife/version.rb @@ -17,7 +17,7 @@ class Chef class Knife KNIFE_ROOT = File.expand_path("../..", __dir__) - VERSION = "17.5.20".freeze + VERSION = "17.5.21".freeze end end |