summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-23 23:38:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-23 23:38:22 +0000
commit16d832c93840ef1ec00172a1555189427f09a428 (patch)
tree107d6fc387678358ffb5a4e2aff1284013c61bf4 /knife/lib/chef/knife/version.rb
parentdd39d153db0ca988494bff5447674e5fe6769cf4 (diff)
downloadchef-16d832c93840ef1ec00172a1555189427f09a428.tar.gz
Bump version to 17.5.22 by Chef Expeditorv17.5.22
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 0bb1e9b18a..037dc2af1d 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.21".freeze
+ VERSION = "17.5.22".freeze
end
end