diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-23 20:34:45 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-23 20:34:45 +0000 |
commit | 11d2809575a65841ae507bdf1c83c63215dddb13 (patch) | |
tree | 44118bfd195cd1af5f05812ed2c33eee20129b95 /chef-bin | |
parent | 9f8074a61f89c4f132af699d010e59792a598175 (diff) | |
download | chef-11d2809575a65841ae507bdf1c83c63215dddb13.tar.gz |
Bump version to 15.0.306 by Chef Expeditorv15.0.306
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 882cc4cc6c..adbaef6a1d 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.305".freeze + VERSION = "15.0.306".freeze end # |