summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-26 20:19:25 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-26 20:19:25 +0000
commita11936dff401b59cd2eddd2cf48092e0b504f6e8 (patch)
tree22e196c7b636abb8aa6f3dd59743e109d86cdc33 /chef-bin
parent053d87d4f96a5b5650999ee1add1387454409c25 (diff)
downloadchef-a11936dff401b59cd2eddd2cf48092e0b504f6e8.tar.gz
Bump version to 16.2.65 by Chef Expeditorv16.2.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 78a940cbb3..6eace93eb1 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("../..", __FILE__)
- VERSION = "16.2.64".freeze
+ VERSION = "16.2.65".freeze
end
#