diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-11 02:25:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-11 02:25:08 +0000 |
commit | 34a7f5cfcaa362dd18ffca8e8b495431faf1e4c0 (patch) | |
tree | b41896b58b3ee1db70731167aa6b4bd80790b42e /chef-config/lib | |
parent | 228e8bcbf9c56b24fbcb75ae8b7a9f471537f96d (diff) | |
download | chef-34a7f5cfcaa362dd18ffca8e8b495431faf1e4c0.tar.gz |
Bump version to 15.0.287 by Chef Expeditorv15.0.287
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 25eadc5933..9120f08546 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.286".freeze + VERSION = "15.0.287".freeze end # |