summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 400854b777..1075027d60 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.2.63")
+ VERSION = Chef::VersionString.new("16.2.64")
end
#