diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-08 21:32:37 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-08 21:32:37 +0000 |
commit | d8a842e3541447b91f85c5258de2fcc88a896c09 (patch) | |
tree | d88ddc0a05a4ccca6f37538dc2bc4d07f9496ddd /chef-config | |
parent | 557427751efb87c7a8de31f851f338ffcc8b35f9 (diff) | |
download | chef-d8a842e3541447b91f85c5258de2fcc88a896c09.tar.gz |
Bump version to 16.2.94 by Chef Expeditorv16.2.94
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 ff77740fe6..9f6249e336 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.2.93".freeze + VERSION = "16.2.94".freeze end |