summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-11 02:25:08 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-11 02:25:08 +0000
commit34a7f5cfcaa362dd18ffca8e8b495431faf1e4c0 (patch)
treeb41896b58b3ee1db70731167aa6b4bd80790b42e /chef-config/lib
parent228e8bcbf9c56b24fbcb75ae8b7a9f471537f96d (diff)
downloadchef-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.rb2
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
#