summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-08 17:02:11 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-08 17:02:11 +0000
commitf4fad6a2cad985a1ac891091c7e37703eab04546 (patch)
tree67d56fe6a57d59a4f35d7f1229d9f5ebc91ea385 /knife/lib
parent8acbd1fba81436850cf6a0ab5abb220221b2ed9d (diff)
downloadchef-f4fad6a2cad985a1ac891091c7e37703eab04546.tar.gz
Bump version to 18.0.143 by Chef Expeditorv18.0.143
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 3b53b1177e..03d37c45f2 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.142".freeze
+ VERSION = "18.0.143".freeze
end
end