From 5a92c0b695fdaae33191184d80839facd5606dfa Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:14:47 -0500 Subject: [PATCH] release 1.46 catch up to main gui repo --- VERSION | 2 +- picocrypt/main.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 24c87c5..644f9b3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.45 +1.46 \ No newline at end of file diff --git a/picocrypt/main.go b/picocrypt/main.go index 4f4a077..c4eedda 100644 --- a/picocrypt/main.go +++ b/picocrypt/main.go @@ -14,9 +14,9 @@ import ( "os" "os/signal" "path/filepath" + "runtime/debug" "strconv" "strings" - "runtime/debug" "time" "github.com/Picocrypt/infectious" @@ -344,7 +344,7 @@ func work() int { hkdfSalt = make([]byte, 32) serpentIV = make([]byte, 16) nonce = make([]byte, 24) - _, errs[0] = fout.Write(rsEncode(rs5, []byte("v1.45"))) + _, errs[0] = fout.Write(rsEncode(rs5, []byte("v1.46"))) _, errs[1] = fout.Write(rsEncode(rs5, []byte("00000"))) flags := make([]byte, 5) if *p {