diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-07 00:13:15 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-07 00:13:21 +0000 |
commit | c03cd33e049b9f7e1bd92a0c2f659b4671592bb8 (patch) | |
tree | 3607afb51d878c5814b01779449d102513a0fc95 /chef-bin | |
parent | 1d4de4f41cd3d505dcc0fe5116e7002cdcd508cd (diff) | |
download | chef-c03cd33e049b9f7e1bd92a0c2f659b4671592bb8.tar.gz |
Bump version to 15.9.19 by Chef Expeditorv15.9.19
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 787842a06c..ab05a9e3c5 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.9.18".freeze + VERSION = "15.9.19".freeze end # |