diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-15 00:18:59 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-15 00:18:59 +0000 |
commit | 5ff5d125a3a9229ed2a97d47c9a8afb81201278b (patch) | |
tree | ac0eab943d2631ead027b0c1b163197f112cf1d4 /chef-config | |
parent | 6bf271e8820668e7398c92f64ea095a65410e017 (diff) | |
download | chef-5ff5d125a3a9229ed2a97d47c9a8afb81201278b.tar.gz |
Bump version to 15.5.6 by Chef Expeditorv15.5.6
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 11cf89e10d..a2d794a9b1 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.5.5".freeze + VERSION = "15.5.6".freeze end |