summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-31 15:24:22 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-31 15:24:22 +0000
commit8a660d5933e25548eb17b5aa7e6258d44a7047cb (patch)
tree42d74495434f0e65fd74244cd501a573df643281 /knife/lib/chef/knife
parent5ff954501993d99b49750e717e3719de255bd5a4 (diff)
downloadchef-8a660d5933e25548eb17b5aa7e6258d44a7047cb.tar.gz
Bump version to 18.0.24 by Chef Expeditorv18.0.24
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 1159987fcf..e8eebe584b 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.23".freeze
+ VERSION = "18.0.24".freeze
end
end