diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-15 15:21:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-15 15:21:10 +0000 |
commit | ff22d0aa9d438b3cd42446e9aac5f09e32298819 (patch) | |
tree | f8c2853f38fa908434eea181d112b35994b72979 /knife | |
parent | 16c6ec1856f092cf45412a186ef4e94de543fd72 (diff) | |
download | chef-ff22d0aa9d438b3cd42446e9aac5f09e32298819.tar.gz |
Bump version to 18.0.38 by Chef Expeditorv18.0.38
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 72ebb2b8cf..919e709529 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.37".freeze + VERSION = "18.0.38".freeze end end |