diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-07 19:40:40 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-07 19:40:40 +0000 |
commit | 9e362f7b42ffd2aa17491ad2161fceb8a6862f17 (patch) | |
tree | 6df705884b01d013653957bdcdb7f60c87edc6c1 /chef-bin | |
parent | 5200304124e8ee82e5ba5bd44a1702fcbddf2515 (diff) | |
download | chef-9e362f7b42ffd2aa17491ad2161fceb8a6862f17.tar.gz |
Bump version to 15.1.5 by Chef Expeditorv15.1.5
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 be0a93271c..6b0a5b4d4c 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.4".freeze + VERSION = "15.1.5".freeze end # |