diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-24 00:07:17 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-24 00:07:17 +0000 |
commit | 5827d6b63034be1f86f7b5afc614a15bde484da0 (patch) | |
tree | 53a56b2d053a06b0e243e879de4d10d71b33dc23 /chef-bin | |
parent | 56a34f0a484b64480c4f1c99e0f5003ec4e82cc9 (diff) | |
download | chef-5827d6b63034be1f86f7b5afc614a15bde484da0.tar.gz |
Bump version to 15.0.308 by Chef Expeditorv15.0.308
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 57283df457..da8807efdf 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.307".freeze + VERSION = "15.0.308".freeze end # |