summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-14 05:42:22 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-14 05:42:22 +0000
commite5b8076dec334316ab9fd3b099bec4defeb4454f (patch)
tree7392901d7756addd3e66a7b2ea814946f3caa404 /chef-config
parent7049f9973804e14237f581c16c4f0c5ffcbe384b (diff)
downloadchef-e5b8076dec334316ab9fd3b099bec4defeb4454f.tar.gz
Bump version to 16.3.6 by Chef Expeditorv16.3.6
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 27d6d3d0a8..1eb10bd83a 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("..", __dir__)
- VERSION = "16.3.5".freeze
+ VERSION = "16.3.6".freeze
end