Skip to content

Commit a0c6942

Browse files
authored
Merge pull request #183 from cubicdaiya/renovate/openssl-openssl-3.x
chore(deps): update dependency openssl/openssl to v3.4.1
2 parents 3f94000 + 0263274 commit a0c6942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const (
1414

1515
// openssl
1616
const (
17-
OpenSSLVersion = "3.4.0"
17+
OpenSSLVersion = "3.4.1"
1818
OpenSSLDownloadURLPrefix = "https://github.com/openssl/openssl/releases/download"
1919
)
2020

0 commit comments

Comments
 (0)