summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-14 01:41:41 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-14 01:41:50 +0000
commitf6e19f0854ceeb57d0e9a95edfd1fdc8edf45c43 (patch)
tree931070d085bedf3bd28f4426a9872b66d4937a08 /knife
parent06185b342784a40891be8850fcad97221e290f70 (diff)
downloadchef-f6e19f0854ceeb57d0e9a95edfd1fdc8edf45c43.tar.gz
Bump version to 18.0.4 by Chef Expeditorv18.0.4
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 aa70cacfcf..3f0589f7fd 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.3".freeze
+ VERSION = "18.0.4".freeze
end
end