diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-28 06:21:05 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-28 06:21:05 +0000 |
commit | 77f8b2f75f80523da1046577f44d44d07f00b63b (patch) | |
tree | e317670c46be6e666c69110237641dce99833baa /chef-config | |
parent | 2ecd6322929d203da79def8a1777bebc758e693c (diff) | |
download | chef-77f8b2f75f80523da1046577f44d44d07f00b63b.tar.gz |
Bump version to 16.0.92 by Chef Expeditorv16.0.92
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 664ae176a2..ec0f0133b0 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.91".freeze + VERSION = "16.0.92".freeze end |