diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 21:14:20 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 21:14:20 +0000 |
commit | d68951868cc31dceb728ba9073805ec302954ec1 (patch) | |
tree | bbc1fc6eb7efd3bc1482a94b0422daf2be069592 /knife | |
parent | 1742b73e0b2ca8be8263369f7058bb0e026bd81f (diff) | |
download | chef-d68951868cc31dceb728ba9073805ec302954ec1.tar.gz |
Bump version to 17.8.21 by Chef Expeditorv17.8.21
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 c406e7436e..cc045be3a1 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.8.20".freeze + VERSION = "17.8.21".freeze end end |