diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-19 16:09:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-19 16:09:08 +0000 |
commit | 340237017ef51a24a362509187019206cc9fe035 (patch) | |
tree | 459243a6c262e6face91c7dd258ed80065c96f83 /chef-config | |
parent | 6168ecdce45e24bd6a67b4a437bc5d3810a61d0b (diff) | |
download | chef-340237017ef51a24a362509187019206cc9fe035.tar.gz |
Bump version to 16.10.17 by Chef Expeditorv16.10.17
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 485e1c6c16..5554565709 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.10.16".freeze + VERSION = "16.10.17".freeze end |