diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-11 12:47:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-11 12:47:07 +0000 |
commit | 4c6ecad1d2626298e21fd37e50616a883fae1600 (patch) | |
tree | 0a581204e9129b351165fe49e8c4565008b00a1a /chef-config | |
parent | fd48de308cce76b16cf88c4d9c805bfc5583dd60 (diff) | |
download | chef-4c6ecad1d2626298e21fd37e50616a883fae1600.tar.gz |
Bump version to 14.6.20 by Chef Expeditorv14.6.20
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 b575ea7f6c..11977fa16d 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "14.6.19".freeze + VERSION = "14.6.20".freeze end # |