summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-27 17:49:30 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-27 17:49:30 +0000
commitc00869043ff495571460768e2afb92fb740bbfbc (patch)
tree61025fb580c01ff917e0dfac031569e0e869137d /lib
parent03e26ea20baa3eee75157337db184215998dcadf (diff)
downloadchef-c00869043ff495571460768e2afb92fb740bbfbc.tar.gz
Bump version to 17.0.64 by Chef Expeditorv17.0.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 3fa2c85c87..08568aab9a 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("17.0.63")
+ VERSION = Chef::VersionString.new("17.0.64")
end
#