changeset 14222:ad7f7b5f4792

util.tlsref: Bump default version to 6.0
author Matthew Wild <mwild1@gmail.com>
date Fri, 12 Jun 2026 13:12:16 +0100
parents 565debd9c37a
children 37612a03220d
files util/tlsref.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/tlsref.lua	Fri Jun 12 13:05:10 2026 +0100
+++ b/util/tlsref.lua	Fri Jun 12 13:12:16 2026 +0100
@@ -3,7 +3,7 @@
 local version_compare = require "prosody.util.human.io".simple_version_compare;
 
 local latest_version = "6.0"
-local default_version = "5.7";
+local default_version = "6.0";
 local default_profile = "intermediate"; -- should exist in all profiles
 
 -- https://datatracker.ietf.org/doc/html/rfc7919#appendix-A.1