summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-10 02:40:30 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-10 02:40:30 +0000
commit73832440fbf7a202ae4a5455f688e5b4650858b4 (patch)
treed12b4188000c4b57142a3a4ce17b4b8971daf380 /chef-config
parent683b1284e18afa9a0dac508afb5b590aa233b09c (diff)
downloadchef-73832440fbf7a202ae4a5455f688e5b4650858b4.tar.gz
Bump version to 15.3.7 by Chef Expeditorv15.3.7
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 7e1faf0d38..f9ac7f45b9 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.6".freeze
+ VERSION = "15.3.7".freeze
end
#