diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-22 18:41:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-22 18:41:52 +0000 |
commit | fdbdc97b7f7bace8df63f11d452de4ff26567e6d (patch) | |
tree | 7fa2c6d4344c53647eb58672a8073639d539aeeb /chef-bin | |
parent | e53f356a929da082dcce3c2c55cf6322178ad084 (diff) | |
download | chef-fdbdc97b7f7bace8df63f11d452de4ff26567e6d.tar.gz |
Bump version to 15.1.21 by Chef Expeditorv15.1.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 bd439c3b37..aa72b7be95 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.20".freeze + VERSION = "15.1.21".freeze end # |