diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-03 01:58:27 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-03 01:58:27 +0000 |
commit | 518a69d8b6f146edff19dfab1a77d88def71c77e (patch) | |
tree | 94ab5df55c62bbb1b41cc5ad23dc96879406ddd1 /chef-config | |
parent | a0406def4995d855aa7c741ccb131e64ad6904ba (diff) | |
download | chef-518a69d8b6f146edff19dfab1a77d88def71c77e.tar.gz |
Bump version to 16.0.109 by Chef Expeditorv16.0.109
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 7c57e7f6b4..2dedc443b7 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.108".freeze + VERSION = "16.0.109".freeze end |