diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-19 17:20:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-19 17:20:07 +0000 |
commit | 9a6f1cc957448961d12d7cc0b24df024195f0fb3 (patch) | |
tree | 2fa8af9bf94dea2742d48f336cb5a3ed87947d5b /chef-bin | |
parent | 956d5667568e2be1a42c66e221f4651174121d52 (diff) | |
download | chef-9a6f1cc957448961d12d7cc0b24df024195f0fb3.tar.gz |
Bump version to 15.1.16 by Chef Expeditorv15.1.16
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 dda72daf1a..494990d07f 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.15".freeze + VERSION = "15.1.16".freeze end # |