summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-20 03:28:18 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-20 03:28:18 +0000
commit672fd930d5eafb1c38b02eabf396655b05fb0135 (patch)
tree136830817856c090c694f78e652ba9e936c0ea54 /knife/lib/chef/knife/version.rb
parenta66278221d76565247cb4f19a7c2f0eb89c0fe9d (diff)
downloadchef-672fd930d5eafb1c38b02eabf396655b05fb0135.tar.gz
Bump version to 17.0.213 by Chef Expeditorv17.0.213
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 67778918ab..7067ad6091 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.0.212".freeze
+ VERSION = "17.0.213".freeze
end
end