diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-14 01:41:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-14 01:41:50 +0000 |
commit | f6e19f0854ceeb57d0e9a95edfd1fdc8edf45c43 (patch) | |
tree | 931070d085bedf3bd28f4426a9872b66d4937a08 /knife | |
parent | 06185b342784a40891be8850fcad97221e290f70 (diff) | |
download | chef-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.rb | 2 |
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 |