diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-18 01:18:09 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-18 01:18:09 +0000 |
commit | e0ecb14c3ad23c3407a85f7f792bf495f7a917a1 (patch) | |
tree | 2d1ecf8c2e153a53d4f75c2c8d3e1a82e5506883 /chef-config | |
parent | c4aabef81a485243f0c91398f2df5a8ca7c971a5 (diff) | |
download | chef-e0ecb14c3ad23c3407a85f7f792bf495f7a917a1.tar.gz |
Bump version to 17.9.11 by Chef Expeditorv17.9.11
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 b2d552d5cd..498abb8322 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.10".freeze + VERSION = "17.9.11".freeze end |