From 72601f3e4405fb2016369d45caeb5f8fa0f30afd Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:00:29 -0500 Subject: [PATCH] Release 1.47 Use Go 1.24's new crypto/hkdf and crypto/sha3 instead of golang.org/x/crypto/hkdf and sha3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 24c87c5..99dd716 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.45 +1.47