diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-31 19:59:11 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-31 19:59:11 +0000 |
commit | dcb10a9b56563b76096f62eedc0758e696868d9c (patch) | |
tree | 42e21dc187ccafb998371ae7e69691723ff50d93 /chef-config/lib | |
parent | fa37be2b279a4b972b108cc58f161d13ed016e0b (diff) | |
download | chef-dcb10a9b56563b76096f62eedc0758e696868d9c.tar.gz |
Bump version to 16.3.53 by Chef Expeditorv16.3.53
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 6171c11601..030473e153 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.52".freeze + VERSION = "16.3.53".freeze end |