diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-19 22:41:09 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-19 22:41:10 +0000 |
commit | c388a713b86754667092be21be92c3afda5bd5a0 (patch) | |
tree | 7a9813824f35db27ba3233466a43c1063c77c2f7 /chef-bin | |
parent | ee70f2e5794cec20876ccab63aa40b4df698c2b2 (diff) | |
download | chef-c388a713b86754667092be21be92c3afda5bd5a0.tar.gz |
Bump version to 15.1.57 by Chef Expeditorv15.1.57
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 3801560054..dd3fc079bc 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.56".freeze + VERSION = "15.1.57".freeze end # |