summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-10 03:40:30 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-10 03:40:30 +0000
commit790720631c797499218c361bb9d85724eeaf78a7 (patch)
tree857e3bea18fbd2d1938888ce5e1db23f68d4495d /chef-config
parent9aed370c712d9e064260b54e4399a9a2b86c587c (diff)
downloadchef-790720631c797499218c361bb9d85724eeaf78a7.tar.gz
Bump version to 15.3.8 by Chef Expeditorv15.3.8
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 f9ac7f45b9..3650626942 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.7".freeze
+ VERSION = "15.3.8".freeze
end
#