diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-09-28 01:30:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-09-28 01:30:52 +0000 |
commit | ada1b38637c5771afbf95de9498ccdea23eb4cf9 (patch) | |
tree | 9a8539d41371a836c1dee3aacc43daeafa6db7bd /chef-config | |
parent | 061b1a2786d3718258c7caee142a0ca44a24846c (diff) | |
download | chef-ada1b38637c5771afbf95de9498ccdea23eb4cf9.tar.gz |
Bump version to 14.6.8 by Chef Expeditorv14.6.8
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 7edec17f92..6443f083de 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.7".freeze + VERSION = "14.6.8".freeze end # |