summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-16 18:43:21 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-16 18:43:21 +0000
commitbe061344736b1f18bbdf52cae2e06c08407149d7 (patch)
tree7d6c920b801c363b0808df6ea1b3fc26aabde1d1 /chef-config
parent051b2d704dc3b11170d15f5d6a55a9142bf867ce (diff)
downloadchef-be061344736b1f18bbdf52cae2e06c08407149d7.tar.gz
Bump version to 15.5.0 by Chef Expeditorv15.5.0
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 507fe05d87..76793a306f 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.4.0".freeze
+ VERSION = "15.5.0".freeze
end
#