diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-17 17:42:10 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-17 17:42:10 +0000 |
commit | ff02f6beba3dbca8ac071c048386431a799d9dd3 (patch) | |
tree | ee23d8d5703cd64295fb987d657685d63730bd9a /chef-config/lib | |
parent | facb926a4aa0e1543ea31569219d24ed3daa1a37 (diff) | |
download | chef-ff02f6beba3dbca8ac071c048386431a799d9dd3.tar.gz |
Bump version to 16.4.32 by Chef Expeditorv16.4.32
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 520ac715e7..cf44ab844b 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.4.31".freeze + VERSION = "16.4.32".freeze end |