Skip to content

Commit

Permalink
Version updated to 3.0.0 in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTonoski committed Oct 6, 2023
1 parent f92ccbb commit 946f299
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 @@ -21,7 +21,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 2.0.0 version. Release date: 20231003T091440Z. Author: Greg Tonoski <[email protected]>."
echo "This is the 3.0.0 version. Release date: 20231006T111800Z. Author: Greg Tonoski <[email protected]>."
}

declare INPUT_CODEWORDS_ARRAY1=""
Expand Down

0 comments on commit 946f299

Please sign in to comment.