diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-05 18:52:35 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-05 18:52:35 +0000 |
commit | a0645dad0441213cb1873832fc0bc5ad67dfff81 (patch) | |
tree | 829391b605bc1f2a9b6a72921db704f8a08815d7 /chef-config | |
parent | b9767056a7bad2567f49e14e10ee3e7de04caad5 (diff) | |
download | chef-a0645dad0441213cb1873832fc0bc5ad67dfff81.tar.gz |
Bump version to 16.0.50 by Chef Expeditorv16.0.50
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 169f3bc475..89c67eb006 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("../..", __FILE__) - VERSION = "16.0.49".freeze + VERSION = "16.0.50".freeze end |