diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-24 21:30:59 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-24 21:30:59 +0000 |
commit | 5fadbc45322b2c0e4da171ee24f1f0e42e235733 (patch) | |
tree | 31b5c18a5721703a6088188f5254837c4cd8cc73 /chef-bin | |
parent | 06ce13f6bb9ab876d2dbab52307ffe5f84c042d4 (diff) | |
download | chef-5fadbc45322b2c0e4da171ee24f1f0e42e235733.tar.gz |
Bump version to 15.0.316 by Chef Expeditorv15.0.316
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 e683a5eb1c..d17010cdfa 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.315".freeze + VERSION = "15.0.316".freeze end # |