summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-23 23:34:04 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-23 23:34:12 +0000
commitdd39d153db0ca988494bff5447674e5fe6769cf4 (patch)
tree39c8845f6d31b3144b35c6bd2dfcc13ba6bdf530 /knife/lib/chef/knife/version.rb
parent10f9391e8283544ae13941d7521be3be01e20b75 (diff)
downloadchef-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/lib/chef/knife/version.rb')
-rw-r--r--knife/lib/chef/knife/version.rb2
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