diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-14 00:06:20 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-14 00:06:20 +0000 |
commit | 40b94da1bac0648d35044ec3cf4dabc3ab571102 (patch) | |
tree | 2f63e966481a3200a1cfb7e15eeae60c5cdb9f87 /chef-config | |
parent | f75a1b86dccec6b37ff502fbcc2905fa4ab35df8 (diff) | |
download | chef-40b94da1bac0648d35044ec3cf4dabc3ab571102.tar.gz |
Bump version to 17.9.1 by Chef Expeditorv17.9.1
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 3eae4ab2e3..08d2e383e3 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 = "17.9.0".freeze + VERSION = "17.9.1".freeze end |