diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-17 22:06:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-17 22:06:06 +0000 |
commit | 866380de04c61aa1bddb0ab04d58e0178c864a4c (patch) | |
tree | 277327c58707dc19b5d2551b419fb5fcf53fe74b /chef-config | |
parent | c950eb1dd04df10f8ebc80f424fd39d948c3a1f9 (diff) | |
download | chef-866380de04c61aa1bddb0ab04d58e0178c864a4c.tar.gz |
Bump version to 15.14.1 by Chef Expeditorv15.14.1
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 3736eb3a13..dbb39ade44 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.14.0".freeze + VERSION = "15.14.1".freeze end |