summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-24 03:47:48 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-24 03:47:48 +0000
commitc62cd7a4806aeeb64cb98dde3a5081567350f4ba (patch)
tree6bdd8b7523fce3fb92b59b183aa5521a8649e370 /lib
parentf5f774bb6501b57e6bc0d44bb50bd92af9901545 (diff)
downloadchef-c62cd7a4806aeeb64cb98dde3a5081567350f4ba.tar.gz
Bump version to 16.5.71 by Chef Expeditorv16.5.71
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 9cf3ae8acd..7c29d702db 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.5.70")
+ VERSION = Chef::VersionString.new("16.5.71")
end
#