summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-26 18:51:09 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-26 18:51:09 +0000
commit4c11918827ef06cc6b4b2de754319f5eb1f4ad74 (patch)
treeeec42633678c67351ad20f0ba6c86c6109214c86 /chef-bin
parent4d13c5acaa8596eab50b7d62252a6d94ab290d61 (diff)
downloadchef-4c11918827ef06cc6b4b2de754319f5eb1f4ad74.tar.gz
Bump version to 16.6.39 by Chef Expeditorv16.6.39
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 5ecfd98a42..9b6ea29c47 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.38".freeze
+ VERSION = "16.6.39".freeze
end
#