diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-31 21:53:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-31 21:53:06 +0000 |
commit | cfce94e193621898a903aab147b3edd1d1df2ec0 (patch) | |
tree | ca0487ceaa25e6ac0e60cd4803a7b80e67049941 /knife/lib | |
parent | c392514c5488429cece37c8907850dd11569c7f1 (diff) | |
download | chef-cfce94e193621898a903aab147b3edd1d1df2ec0.tar.gz |
Bump version to 18.0.85 by Chef Expeditorv18.0.85
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 13e49b1a4f..f849d26e29 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.84".freeze + VERSION = "18.0.85".freeze end end |