Skip to content

Commit

Permalink
Version update 4.1.0 in helptext
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTonoski committed Oct 11, 2023
1 parent 1c68380 commit aebe661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BIP39-XOR.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ helptext_show () {
printf "Use input keys to decrypt and output a key. Or, equivalently, encrypt an input key with another one and output two complementary encryption keys in BIP39 format.\n\n"
printf "$ bash BIP39-XOR.bash --auto-input\n"
printf "Generate input BIP-39 twelve codewords randomly and output two complementary encryption keys encoded in BIP39 codewords.\n\n"
echo "This is the 4.0.0 version. Release date: 20231011T131300Z. Author: Greg Tonoski <[email protected]>."
echo "This is the 4.1.0 version. Release date: 20231011T134900Z. Author: Greg Tonoski <[email protected]>."
}

declare INPUT_CODEWORDS_ARRAY1=""
Expand Down

0 comments on commit aebe661

Please sign in to comment.