diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-28 03:18:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-28 03:18:35 +0000 |
commit | cc6c31616126c38d93dafd1f0475ac3ae5815a65 (patch) | |
tree | dbb66e0ab8c676068f990f6bd846aafbf79ea020 /chef-bin | |
parent | de9484f2804884582bb947524f7a9fd6656af7b2 (diff) | |
download | chef-cc6c31616126c38d93dafd1f0475ac3ae5815a65.tar.gz |
Bump version to 15.0.320 by Chef Expeditorv15.0.320
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 0b0390a24d..f3d4f1994f 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.0.319".freeze + VERSION = "15.0.320".freeze end # |