summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-23 00:34:50 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-23 00:34:50 +0000
commit3aca6b624e053de3b8dd3d26a653c02fd775e4d5 (patch)
tree857e6538d825aa1bc9fc2dc7e7eb250a3284a792 /chef-config
parent9105df61e9d4e3bf853d6beb26a2372a911e9c4d (diff)
downloadchef-3aca6b624e053de3b8dd3d26a653c02fd775e4d5.tar.gz
Bump version to 15.0.137 by Chef Expeditorv15.0.137
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 dc67e379bc..d34a15a2f1 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.136".freeze
+ VERSION = "15.0.137".freeze
end
#