summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-26 19:22:50 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-26 19:22:50 +0000
commit84378c3995b8e60695ea32ba16cf6cc1c0b20e87 (patch)
treedc40469a7a8dd92df696d4eef274802ab38e45a3 /knife/lib
parent93793c63c140d0bf419ec9010635611289a4c81a (diff)
downloadchef-84378c3995b8e60695ea32ba16cf6cc1c0b20e87.tar.gz
Bump version to 18.0.136 by Chef Expeditorv18.0.136
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib')
-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 95ae68cdad..19ae0078a4 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.135".freeze
+ VERSION = "18.0.136".freeze
end
end