summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-26 18:18:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-26 18:18:12 +0000
commite23fe89f57148cbfb71a1f84b470c4b92b2ee0a7 (patch)
tree668a1712d985454f7487f1f28eccd8bc4cf55fb3 /chef-bin
parent451cd8e5db0a78b68db7e493f2ff73a473171d8b (diff)
downloadchef-e23fe89f57148cbfb71a1f84b470c4b92b2ee0a7.tar.gz
Bump version to 16.2.64 by Chef Expeditorv16.2.64
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 63fbfdd952..78a940cbb3 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.63".freeze
+ VERSION = "16.2.64".freeze
end
#