diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-21 16:58:32 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-21 16:58:32 +0000 |
commit | 651f0c8cc7da7ab98d0074daeea1abe5c82bd480 (patch) | |
tree | f5a0769af1b9cbdc8619be8a4a52afa9b22e733d /chef-config | |
parent | 42fc9f4c7b83232444d08ef3ca8a309b064d52a5 (diff) | |
download | chef-651f0c8cc7da7ab98d0074daeea1abe5c82bd480.tar.gz |
Bump version to 16.1.9 by Chef Expeditorv16.1.9
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 79abd7a2f1..50fcb03864 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("../..", __FILE__) - VERSION = "16.1.8".freeze + VERSION = "16.1.9".freeze end |