release 1.46
Some checks failed
build / build (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled

catch up to main gui repo
This commit is contained in:
Evan Su 2025-02-11 19:14:47 -05:00
parent eec3aa4c9e
commit 5a92c0b695
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
1.45
1.46

View file

@ -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 {