diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-22 20:07:15 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-22 20:07:15 +0000 |
commit | f5de2c58ea3705a20a6784251a3cd8a58618f24d (patch) | |
tree | f5eddf829ce63feef3bce487db1f590613aeafd0 /chef-bin | |
parent | 2d699f12717755a2474e7a919af2700d36caa061 (diff) | |
download | chef-f5de2c58ea3705a20a6784251a3cd8a58618f24d.tar.gz |
Bump version to 15.0.305 by Chef Expeditorv15.0.305
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 bedd8f373b..882cc4cc6c 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.304".freeze + VERSION = "15.0.305".freeze end # |