diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-08-21 00:40:34 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-08-21 00:40:34 +0000 |
commit | 39cf0beb9ccc0fa0f60fa9d52b3c0a2bccc6c0f1 (patch) | |
tree | 700c8d310e67b0d4671131d80319df2b98e6ccc2 /chef-bin | |
parent | 7a52598dfef4a325fa6a58bd5c66cc00f00b3061 (diff) | |
download | chef-39cf0beb9ccc0fa0f60fa9d52b3c0a2bccc6c0f1.tar.gz |
Bump version to 15.2.28 by Chef Expeditorv15.2.28
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 6fdf73d812..56dea5aa67 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.2.27".freeze + VERSION = "15.2.28".freeze end # |