diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-10 01:29:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-10 01:29:31 +0000 |
commit | 8f60110bfa9485eb31e33df7c27e2646fb3bcc31 (patch) | |
tree | 74a4e6d858c7a26078a3929fb1a9e744c659954d /chef-config | |
parent | 0b4b6e1d50a0fbac3cc1bec666cd373578dccc59 (diff) | |
download | chef-8f60110bfa9485eb31e33df7c27e2646fb3bcc31.tar.gz |
Bump version to 16.5.47 by Chef Expeditorv16.5.47
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 71eb9b4452..95f2108ff4 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.5.46".freeze + VERSION = "16.5.47".freeze end |