diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-17 00:43:42 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-17 00:43:42 +0000 |
commit | d6eaffdda28698d66a22082ddbe97d2b62d54b53 (patch) | |
tree | 20507c9831b291fce0c43a7a5291b4f6b692d10f /chef-bin | |
parent | 9029275cfa45fbfe06b5d4ac68644610d56578e2 (diff) | |
download | chef-d6eaffdda28698d66a22082ddbe97d2b62d54b53.tar.gz |
Bump version to 15.7.21 by Chef Expeditorv15.7.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 92fdaec6f1..17e469ceaf 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.7.20".freeze + VERSION = "15.7.21".freeze end # |