diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-19 22:42:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-19 22:42:04 +0000 |
commit | 696b7abf813f4c897fa9a0b61308ad78ce8a5896 (patch) | |
tree | 213fa589973c9df803ea8ee51d092337f46fc3a8 /chef-bin | |
parent | c388a713b86754667092be21be92c3afda5bd5a0 (diff) | |
download | chef-696b7abf813f4c897fa9a0b61308ad78ce8a5896.tar.gz |
Bump version to 15.1.58 by Chef Expeditorv15.1.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 dd3fc079bc..84e43e3422 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.1.57".freeze + VERSION = "15.1.58".freeze end # |