diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-01 16:23:14 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-01 16:23:14 +0000 |
commit | aacd5f3b50a412b1b6cd14057b10ac043f1e839c (patch) | |
tree | eb60c1e485f39afb0fde3093fde695165f723cc3 /chef-bin | |
parent | a421bf36a23b707fd93475eb5b30d3fcd8a0a09c (diff) | |
download | chef-aacd5f3b50a412b1b6cd14057b10ac043f1e839c.tar.gz |
Bump version to 15.4.58 by Chef Expeditorv15.4.58
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index a56d7c1859..018a84be7b 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.4.57".freeze + VERSION = "15.4.58".freeze end # |