summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-22 19:52:18 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-22 19:52:18 +0000
commit3ae1e6ee94bc78e1e0c5bde9de6cf7a6f03df037 (patch)
tree244fa091e8aab41922b8a6759cb67139bb289b99 /knife/lib/chef/knife
parent88d197e49db579c4240084a1308a15345c1399b9 (diff)
downloadchef-3ae1e6ee94bc78e1e0c5bde9de6cf7a6f03df037.tar.gz
Bump version to 18.1.36 by Chef Expeditorv18.1.36
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/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 ea3adc2b97..fd7e62851b 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.1.35".freeze
+ VERSION = "18.1.36".freeze
end
end