diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 19:49:45 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 19:49:45 +0000 |
commit | c1986211f49995d692dcee60220983bdbcf8d56b (patch) | |
tree | d221b79a533ed39a5ec5dcf159a8c9b34648471a /chef-config/lib | |
parent | 56df5b5a2219edc3fc75646853d5111d7a9d936d (diff) | |
download | chef-c1986211f49995d692dcee60220983bdbcf8d56b.tar.gz |
Bump version to 16.17.17 by Chef Expeditorv16.17.17
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 044f6b3436..aa2cb9ebfc 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.17.16".freeze + VERSION = "16.17.17".freeze end |