diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-01 00:20:25 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-01 00:20:25 +0000 |
commit | 024e3c261da7159562e9c3712fb1b533297c7610 (patch) | |
tree | 6706f53ea913fc9a6baf2662438b8b8226ef7480 /chef-bin | |
parent | 58bcea78cb99d5f0ec1abf6f4870a3c0b9b3a2db (diff) | |
download | chef-024e3c261da7159562e9c3712fb1b533297c7610.tar.gz |
Bump version to 15.0.247 by Chef Expeditorv15.0.247
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 c0af0936fa..eff9f9fd01 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.246".freeze + VERSION = "15.0.247".freeze end # |