diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-01 18:27:34 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-01 18:27:34 +0000 |
commit | 8c2f2919aafddbae32dadd41f08212d88735794c (patch) | |
tree | 56b4b3698135bf275babd94b2f9383cdcb37c6b5 /chef-bin | |
parent | ceea381328a840cb59154479d51cd24ff7827669 (diff) | |
download | chef-8c2f2919aafddbae32dadd41f08212d88735794c.tar.gz |
Bump version to 15.4.21 by Chef Expeditorv15.4.21
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 794ed70110..7d7bdabb1c 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.20".freeze + VERSION = "15.4.21".freeze end # |