summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-20 22:33:15 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-20 22:33:15 +0000
commit511cc34bf24c835f8ddb2084868bedd2b8c9ab2c (patch)
treed0f6aa02dd73060c4c293615377205bcad802712 /chef-bin
parenta3227a7bda9b867c47816a2f50c478102e1eefea (diff)
downloadchef-511cc34bf24c835f8ddb2084868bedd2b8c9ab2c.tar.gz
Bump version to 16.6.36 by Chef Expeditorv16.6.36
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 17af8dd179..558baa894c 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.6.35".freeze
+ VERSION = "16.6.36".freeze
end
#