summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-11 02:31:49 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-11 02:31:49 +0000
commita3fb91c2d7af72c0a2d1de40c81b2c14dabc0d2e (patch)
treef99bff9141713797a6a6209c22e44dde384086eb /chef-config
parent0e7899fde948bcd2147f5da569c9ee7609b86dc9 (diff)
downloadchef-a3fb91c2d7af72c0a2d1de40c81b2c14dabc0d2e.tar.gz
Bump version to 15.0.288 by Chef Expeditorv15.0.288
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.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 9120f08546..aa5cfcbd41 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.287".freeze
+ VERSION = "15.0.288".freeze
end
#