diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-22 02:10:17 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-22 02:10:17 +0000 |
commit | 4ba1cc0aa1b8fcb826fe09751115bdbe9568c5bf (patch) | |
tree | d19277d2f7dd59ee84ba7cb90a523edd6f113ede /chef-config/lib | |
parent | ff80c5131d5f06a4845379b6e030191cd9131b71 (diff) | |
download | chef-4ba1cc0aa1b8fcb826fe09751115bdbe9568c5bf.tar.gz |
Bump version to 16.3.21 by Chef Expeditorv16.3.21
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index de52d64302..bd02e7ad16 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("..", __dir__) - VERSION = "16.3.20".freeze + VERSION = "16.3.21".freeze end |