summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-07 00:17:17 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-07 00:17:17 +0000
commitad0ea080d7ade1df07eb40eca7e0f33771826bf1 (patch)
tree55af61ca9b6c6fd6c402468286acc1651d5f3b78 /chef-config/lib
parentbc657c293a86a66c284965edd2fd3e1da999850a (diff)
downloadchef-ad0ea080d7ade1df07eb40eca7e0f33771826bf1.tar.gz
Bump version to 16.0.57 by Chef Expeditorv16.0.57
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 acaa6b3467..87118a3fb7 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.56".freeze
+ VERSION = "16.0.57".freeze
end