diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-05 21:12:53 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-05 21:12:54 +0000 |
commit | ec93ea87d00e4a7601c4f0db8536e9bcdefb6884 (patch) | |
tree | 601f55f440d02c77ae67277adaef1c4ffb275a15 /chef-config | |
parent | 8a7c37fe2c56f4005b2a93f8be640ad3a94261a4 (diff) | |
download | chef-ec93ea87d00e4a7601c4f0db8536e9bcdefb6884.tar.gz |
Bump version to 15.8.14 by Chef Expeditorv15.8.14
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 d312c9259e..0d72cb667c 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 = "15.8.13".freeze + VERSION = "15.8.14".freeze end |