diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-07-01 17:20:24 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-07-01 17:20:24 +0000 |
commit | eca272d679b7cd0c5b155c641945e1c852776e28 (patch) | |
tree | 370adf924a2ebd890286a3518db5dc311621c74f /knife/lib | |
parent | 6c8c89e83cf2e630183f62347a2c63dfb594e116 (diff) | |
download | chef-eca272d679b7cd0c5b155c641945e1c852776e28.tar.gz |
Bump version to 18.0.127 by Chef Expeditorv18.0.127
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib')
-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 16ba38629c..22e6699bd7 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.126".freeze + VERSION = "18.0.127".freeze end end |