diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-08 16:13:58 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-08 16:13:58 +0000 |
commit | f4cda79b75589d6897bf3ea5038ccbecc612c577 (patch) | |
tree | 9d0a0b9c517b6e66e9254860651d10f397f63282 /chef-bin | |
parent | bed47ece7b8b13e69c7464104f6a22a6f60932f4 (diff) | |
download | chef-f4cda79b75589d6897bf3ea5038ccbecc612c577.tar.gz |
Bump version to 15.4.32 by Chef Expeditorv15.4.32
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 3bfcbabfcb..c135b4348c 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.31".freeze + VERSION = "15.4.32".freeze end # |