diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-31 17:28:10 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-31 17:28:10 +0000 |
commit | b499e050480780dcd2f8d30fa3a83374ba879b40 (patch) | |
tree | e96161a3dda2a1a3fbb4a2b87b40559feaa95a65 /chef-config | |
parent | 304ba0c5cd0a1a6152b8027aa94f8d895a9d2cc6 (diff) | |
download | chef-b499e050480780dcd2f8d30fa3a83374ba879b40.tar.gz |
Bump version to 15.4.56 by Chef Expeditorv15.4.56
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 d0d48b0ef8..9768ac721d 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.4.55".freeze + VERSION = "15.4.56".freeze end # |