diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-02 16:35:10 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-02 16:35:16 +0000 |
commit | fe1ac7541bcc05c015cafe6f8de9449dd6b7b2be (patch) | |
tree | a375960d0ed826500137cf5b35cab4ca4bdfb3c6 /chef-config | |
parent | 62d44e8647bbe7cb0642293d771a8889aafd98db (diff) | |
download | chef-fe1ac7541bcc05c015cafe6f8de9449dd6b7b2be.tar.gz |
Bump version to 16.11.15 by Chef Expeditorv16.11.15
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 956c23c6e7..7c0ccaa92f 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.11.14".freeze + VERSION = "16.11.15".freeze end |