summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-06 19:22:50 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-06 19:22:50 +0000
commit178721e4f44977ff2ef4bf58dcaba69698d81698 (patch)
tree7db41e5617f78d2875d669b1974383599eea65f0 /chef-config/lib
parent8f03ec72fdbf753eea9075723d01581fc2428d7a (diff)
downloadchef-178721e4f44977ff2ef4bf58dcaba69698d81698.tar.gz
Bump version to 16.0.52 by Chef Expeditorv16.0.52
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 9cf89f8131..cebb8d2168 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.51".freeze
+ VERSION = "16.0.52".freeze
end