diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-08 16:39:59 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-08 16:39:59 +0000 |
commit | 73e51dd1411c9fe2c1018c3e4eb6961e85b23357 (patch) | |
tree | bd7a7eac9b30e5325eb785eae8e29f112a96945b /chef-config | |
parent | af2ac92b5868968ddd6e488205645f2512ac0f75 (diff) | |
download | chef-73e51dd1411c9fe2c1018c3e4eb6961e85b23357.tar.gz |
Bump version to 16.2.90 by Chef Expeditorv16.2.90
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 dcdf072a4e..6b909e2cad 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.89".freeze + VERSION = "16.2.90".freeze end |