diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-01 00:16:32 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-01 00:16:32 +0000 |
commit | 09a210ccc45ac4b158a919b1a3e6dd03174b0808 (patch) | |
tree | 3a17d62f4d4e711b48b1f77dbbf7e2ebbf024194 /chef-bin | |
parent | bcd808a173d65f4df84f9bb5bd742d93be5e5f58 (diff) | |
download | chef-09a210ccc45ac4b158a919b1a3e6dd03174b0808.tar.gz |
Bump version to 15.4.57 by Chef Expeditorv15.4.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 1c3a48ec03..a56d7c1859 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.56".freeze + VERSION = "15.4.57".freeze end # |