summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-23 20:10:43 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-23 20:10:43 +0000
commit6be73a750ba2ec51915fba28931f63fc4f735160 (patch)
treecabc315091aaf5d6faaf5b658b0d25b8517d81d8 /knife
parenteffeec2ce836073a5f67766768fce1200fb8b902 (diff)
downloadchef-6be73a750ba2ec51915fba28931f63fc4f735160.tar.gz
Bump version to 18.0.53 by Chef Expeditorv18.0.53
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-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 9769377149..5dfc0bcf43 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 = "18.0.52".freeze
+ VERSION = "18.0.53".freeze
end
end