diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-23 18:41:44 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-23 18:41:44 +0000 |
commit | dc4cf76fded1d58af0ee7aca641081eeaf458347 (patch) | |
tree | bc8731cb7d1d97ac0fa54d6679bbfd2871a73f0e /chef-config | |
parent | 0f743263d1a2d5388c900f911c5d4c930e1826aa (diff) | |
download | chef-dc4cf76fded1d58af0ee7aca641081eeaf458347.tar.gz |
Bump version to 15.12.14 by Chef Expeditorv15.12.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 8144953993..56a7007cfd 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.12.13".freeze + VERSION = "15.12.14".freeze end |