summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index f84d0cf9b7..540c11f838 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.3.5".freeze
+ VERSION = "16.3.6".freeze
end
#