diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-22 18:27:53 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-22 18:27:53 +0000 |
commit | 9c1c42a1ee1a71e32a9c50131aa3c698cfbbd8f3 (patch) | |
tree | 76f235b3010ecaf4b72e2cd90688463516d75477 /chef-bin/lib | |
parent | 188405f369c62d15dfed539e8b99af61073451ab (diff) | |
download | chef-9c1c42a1ee1a71e32a9c50131aa3c698cfbbd8f3.tar.gz |
Bump version to 15.10.15 by Chef Expeditorv15.10.15
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 b35e2052ac..29e999e0d7 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.14".freeze + VERSION = "15.10.15".freeze end # |