summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 00:14:07 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 00:14:07 +0000
commit9c5bf17b89582e77fa0d66e315ec7c2beb8b1163 (patch)
treec4673f281f1e62c298f9420c3b231ddc52c585f1 /lib
parentc87d9db56635a578da2b6b9e1b5b62d1373cc0c2 (diff)
downloadchef-9c5bf17b89582e77fa0d66e315ec7c2beb8b1163.tar.gz
Bump version to 16.3.64 by Chef Expeditorv16.3.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 f00ad6e340..a2e278f004 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("..", __dir__)
- VERSION = Chef::VersionString.new("16.3.63")
+ VERSION = Chef::VersionString.new("16.3.64")
end
#