diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-13 17:16:46 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-13 17:16:46 +0000 |
commit | 28f26ce329805427f130386f5a426709203887aa (patch) | |
tree | 5417d5e51a5cd0d2f63b46a458503a1bcc274605 /chef-bin/lib | |
parent | 3ece2fc010f46f3c9feb3be3d12b75175a83974f (diff) | |
download | chef-28f26ce329805427f130386f5a426709203887aa.tar.gz |
Bump version to 15.10.1 by Chef Expeditorv15.10.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 2b293ec253..b5298d8f63 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.0".freeze + VERSION = "15.10.1".freeze end # |