summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-06 20:06:34 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-06 20:06:34 +0000
commita5854d7ae6100a4f4a125d15dbef8fa69ca1cfad (patch)
treec2b60958c6fa311a203f17ee4b19ab5c8d79cc78 /chef-config
parent13819dc57bfb7e64b2b38d2f22986bc2ae027037 (diff)
downloadchef-a5854d7ae6100a4f4a125d15dbef8fa69ca1cfad.tar.gz
Bump version to 15.3.6 by Chef Expeditorv15.3.6
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 6bdb8efe1c..7e1faf0d38 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.3.5".freeze
+ VERSION = "15.3.6".freeze
end
#