summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-27 01:52:38 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-27 01:52:38 +0000
commit62e354ff5c06f9207c5988ef4baccfd3478552ce (patch)
treeba272c215ad3d4253fa87a2eaf447cea612e2147 /chef-config
parent944651f6d59580b732720e48e4fc5594a60e2d61 (diff)
downloadchef-62e354ff5c06f9207c5988ef4baccfd3478552ce.tar.gz
Bump version to 15.0.7 by Chef Expeditorv15.0.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 07d0f4e81d..ac3886a38b 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.6".freeze
+ VERSION = "15.0.7".freeze
end
#