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 {