diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 05:28:17 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-18 05:28:17 +0000 |
commit | c074e5d98c4134c57148faf860160b85ac9d7b40 (patch) | |
tree | 24279222d6a8127a287c39e7f57def656987bde5 /chef-config/lib | |
parent | dae6eb27b8ca6f2c6e00c8bf11babf2302d59b63 (diff) | |
download | chef-c074e5d98c4134c57148faf860160b85ac9d7b40.tar.gz |
Bump version to 15.13.14 by Chef Expeditorv15.13.14
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 ce2717cfcb..54cf3eb1f6 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 = "15.13.13".freeze + VERSION = "15.13.14".freeze end |