summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-10 20:52:50 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-10 20:52:50 +0000
commitb305afd1472ce042cdb243a6655387ddb5f8be45 (patch)
tree69fd0eaf0c00ddecc496755b9ec1cc30c6203b7a /chef-config
parent424bed13569aca061b7d1ea540edcac91823b8e7 (diff)
downloadchef-b305afd1472ce042cdb243a6655387ddb5f8be45.tar.gz
Bump version to 15.4.36 by Chef Expeditorv15.4.36
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 80785edf1a..ca02671083 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.35".freeze
+ VERSION = "15.4.36".freeze
end
#