summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-26 16:18:15 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-26 16:18:15 +0000
commit2a98c165d1bd7dd5959c6e7b8d7d4699f6cb97c9 (patch)
tree1d0b6b11b30d2da1c83635f13789be18b937c5d2 /chef-config
parent239751855e4ccc9f3c5b189cbdfb9e477c2401b2 (diff)
downloadchef-2a98c165d1bd7dd5959c6e7b8d7d4699f6cb97c9.tar.gz
Bump version to 15.4.10 by Chef Expeditorv15.4.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 189dbebbbc..973b180d82 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.4.9".freeze
+ VERSION = "15.4.10".freeze
end
#