diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-29 23:32:05 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-29 23:32:05 +0000 |
commit | 7385e243fc280f26f7008fdd3a943904be929459 (patch) | |
tree | 51ae7b3ec41d2f75af0d15ca55548cae2ed32fa3 /chef-bin | |
parent | 77f6acce07f7c801c74d638d00b8a0779e55afa3 (diff) | |
download | chef-7385e243fc280f26f7008fdd3a943904be929459.tar.gz |
Bump version to 15.0.240 by Chef Expeditorv15.0.240
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 9916e6b5fa..ec293c8eae 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.237".freeze + VERSION = "15.0.240".freeze end # |