diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-01 18:59:00 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-01 18:59:00 +0000 |
commit | 3c9c4a8ebbc7e4a7d29e4803f1a518dc71887817 (patch) | |
tree | 9b230fc6e5efb9db04745fa1f685fa0f722ff954 /chef-config | |
parent | 1ccfd07c8a943e2f3535d640954c863e75bfd38b (diff) | |
download | chef-3c9c4a8ebbc7e4a7d29e4803f1a518dc71887817.tar.gz |
Bump version to 15.0.251 by Chef Expeditorv15.0.251
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 8161fd1e31..af5a82004b 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.0.250".freeze + VERSION = "15.0.251".freeze end # |