summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-28 17:28:39 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-28 17:28:39 +0000
commitd0908f4555b436eb74bbfee1a050a7cc84550aed (patch)
tree9c057f192cc9ee78c246bd96fadb53f869159c1c /chef-config
parent56eb1052354b7aa6a063a25b283c7c77cd35e5ff (diff)
downloadchef-d0908f4555b436eb74bbfee1a050a7cc84550aed.tar.gz
Bump version to 15.4.53 by Chef Expeditorv15.4.53
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 dba7fef132..63eeef73a2 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.52".freeze
+ VERSION = "15.4.53".freeze
end
#