diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-18 16:47:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-18 16:47:35 +0000 |
commit | 0ba6d5cba719ebe11e098b3c75dc735cdf19944b (patch) | |
tree | 7a9f97d2702ebedad8f4ebdf54614b96a02108c0 /chef-config | |
parent | add6fa55de64903fba48f443d7bb61bffe1a15ff (diff) | |
download | chef-0ba6d5cba719ebe11e098b3c75dc735cdf19944b.tar.gz |
Bump version to 16.9.22 by Chef Expeditorv16.9.22
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 c368116139..b22743591d 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.9.21".freeze + VERSION = "16.9.22".freeze end |