summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-09 16:41:48 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-09 16:41:48 +0000
commit683fa4219f950bea41076838733a9db0f99c738a (patch)
tree85446cc4a4b3177dc6ebc716203a90293b1bac61 /knife/lib
parent2d0857a57fa1b05a86701ae5f368babebd4e4d07 (diff)
downloadchef-683fa4219f950bea41076838733a9db0f99c738a.tar.gz
Bump version to 18.0.144 by Chef Expeditorv18.0.144
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 03d37c45f2..6528bfa904 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.143".freeze
+ VERSION = "18.0.144".freeze
end
end