summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 01:47:28 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 01:47:33 +0000
commitd2bd360225589e7824951d491ccdbbe03cc52919 (patch)
treeef9b6424520e23d5fe915b53adeb8b429f51a051 /chef-bin
parenteaa8f924bbe2d1c2c9f4d1073bca7d2fa8a15140 (diff)
downloadchef-d2bd360225589e7824951d491ccdbbe03cc52919.tar.gz
Bump version to 16.3.65 by Chef Expeditorv16.3.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 f5cc494d98..38f44786f2 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.64".freeze
+ VERSION = "16.3.65".freeze
end
#