diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-24 21:07:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-24 21:07:27 +0000 |
commit | 37fdd67b607a3aa7159783d32312d75d58cdfdc8 (patch) | |
tree | 402b451d63b62e46c2954fc7da4e941ba27a5c06 /chef-bin | |
parent | d72cb9062366257b6154f5d4ea3e23f35f61e483 (diff) | |
download | chef-37fdd67b607a3aa7159783d32312d75d58cdfdc8.tar.gz |
Bump version to 15.0.314 by Chef Expeditorv15.0.314
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 23e5f80b86..9951f34172 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.313".freeze + VERSION = "15.0.314".freeze end # |