diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-21 19:05:30 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-21 19:05:30 +0000 |
commit | d0481fe73afe5b60b48cab25ae8a73bc74b187a5 (patch) | |
tree | b566695d1463d69358a6f55efe3ab6ed11ded50b /chef-bin | |
parent | 3d3d15513e9ae9d6cf193be0043cc4bcca677fb7 (diff) | |
download | chef-d0481fe73afe5b60b48cab25ae8a73bc74b187a5.tar.gz |
Bump version to 15.10.11 by Chef Expeditorv15.10.11
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 53935978ed..1e5ab00f55 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.10.10".freeze + VERSION = "15.10.11".freeze end # |