summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-22 14:31:37 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-22 14:31:37 +0000
commitf4d8f61810b3920c3d1affc061240ee007e1d35a (patch)
tree9644feb1ef1eba71e3f5a692a9109b05ccfd960e /knife
parent7ac72f8c7d539173c91fc8032510cc44b12f776d (diff)
downloadchef-f4d8f61810b3920c3d1affc061240ee007e1d35a.tar.gz
Bump version to 18.0.150 by Chef Expeditorv18.0.150
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 3d22bf6a95..334b4c7181 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.149".freeze
+ VERSION = "18.0.150".freeze
end
end