summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-02 00:19:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-02 00:19:12 +0000
commitde6dace091ca36693d6d765d250e6ab9b64ca4d6 (patch)
treee3917498b407ed08065d86394831855be88789ae /chef-bin
parent2d7c46e93b205e71a6cafcb3eda58d9e5e037c86 (diff)
downloadchef-de6dace091ca36693d6d765d250e6ab9b64ca4d6.tar.gz
Bump version to 16.7.65 by Chef Expeditorv16.7.65
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 a0e92e820e..487ca6fe81 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.7.64".freeze
+ VERSION = "16.7.65".freeze
end
#