summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-31 16:43:05 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-31 16:43:05 +0000
commitf051b6e7912086edc03747f4b1c0285bfb6597f5 (patch)
tree619b95c6e25e46b45f2611e13057dd39dbe6cbcf /chef-config
parenteae3c30582e5858c964ecf111e1f494e508f83f2 (diff)
downloadchef-f051b6e7912086edc03747f4b1c0285bfb6597f5.tar.gz
Bump version to 15.2.7 by Chef Expeditorv15.2.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 57d9752bcf..55e4cdf16c 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.2.6".freeze
+ VERSION = "15.2.7".freeze
end
#