summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-05 15:12:56 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-05 15:12:56 +0000
commit00b4225cbb4df5c5ba0e2eff6779daa2ff3c479a (patch)
treeef4f96d8b8f234a9951d21d70e50442d90abaa5f /chef-config/lib
parent687c43e4ae04b30c862fd4c5862395d74a483c56 (diff)
downloadchef-00b4225cbb4df5c5ba0e2eff6779daa2ff3c479a.tar.gz
Bump version to 15.0.37 by Chef Expeditorv15.0.37
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 5699837b35..dc4ecf2068 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.0.36".freeze
+ VERSION = "15.0.37".freeze
end
#