diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-01 17:31:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-01 17:31:28 +0000 |
commit | 8ef9cd3fe555468306bc6b53f4b215f886236d04 (patch) | |
tree | b39c5d24e9a93291cd6fdbf2a91eaa8faee235b8 /knife/lib | |
parent | 76fd15fbec7c4831ac14b958c8b80ea3fa216bc4 (diff) | |
download | chef-8ef9cd3fe555468306bc6b53f4b215f886236d04.tar.gz |
Bump version to 17.2.16 by Chef Expeditorv17.2.16
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 8a13a3345b..a55a4c2b0f 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 = "17.2.15".freeze + VERSION = "17.2.16".freeze end end |