diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-10 05:17:58 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-10 05:17:58 +0000 |
commit | 59df47010e06004f5babe9a7f990e9d1012e958b (patch) | |
tree | 9766d201ca20e6bd86ac6593d269577ed0d51eb5 /chef-config | |
parent | 19609ff24d3df3d1c5c870db52a599b66f2d33eb (diff) | |
download | chef-59df47010e06004f5babe9a7f990e9d1012e958b.tar.gz |
Bump version to 17.7.39 by Chef Expeditorv17.7.39
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 6067fe3417..94d33b9aed 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.7.38".freeze + VERSION = "17.7.39".freeze end |