From 144141d9727c06e5f6a75a5473c0128521491cce Mon Sep 17 00:00:00 2001 From: Patrick Zheng Date: Thu, 20 Jun 2024 14:40:04 +0800 Subject: [PATCH] removed ocsp client timeout Signed-off-by: Patrick Zheng --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 4cdc43c32..8df7a6221 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -15,7 +15,7 @@ package version var ( // Version shows the current notation version, optionally with pre-release. - Version = "v1.2.0-revocation" + Version = "v1.2.0-revocationNoTimeout" // BuildMetadata stores the build metadata. //