We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f94000 + 0263274 commit a0c6942Copy full SHA for a0c6942
builder/const.go
@@ -14,7 +14,7 @@ const (
14
15
// openssl
16
const (
17
- OpenSSLVersion = "3.4.0"
+ OpenSSLVersion = "3.4.1"
18
OpenSSLDownloadURLPrefix = "https://github.com/openssl/openssl/releases/download"
19
)
20
0 commit comments