summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-01 03:29:21 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-01 03:29:21 +0000
commit3284e9067aacbe42f96afc78b06e523b46b98d2f (patch)
tree9efd920274233a79cde8cf3bd9adaf8112a35b2b /chef-config
parent44ceee9dc7a21fb0d0f708bb3f7378d44ba6c8d9 (diff)
downloadchef-3284e9067aacbe42f96afc78b06e523b46b98d2f.tar.gz
Bump version to 15.2.10 by Chef Expeditorv15.2.10
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 8eced25293..9124dfae9a 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.9".freeze
+ VERSION = "15.2.10".freeze
end
#