diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-31 20:08:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-31 20:08:41 +0000 |
commit | d9519dbbfb3927e5fb6228ed435778dbd103a24f (patch) | |
tree | 1a876de9076320f7c98a99f842f66d93f39aebc0 /chef-config | |
parent | e0ce82caac6a27ccdb69b0445cfd2e84496e73a4 (diff) | |
download | chef-d9519dbbfb3927e5fb6228ed435778dbd103a24f.tar.gz |
Bump version to 16.3.54 by Chef Expeditorv16.3.54
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 030473e153..afd57ea829 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.53".freeze + VERSION = "16.3.54".freeze end |