From 946f2996bca3e2e9380ba68c39471156b6586d34 Mon Sep 17 00:00:00 2001 From: Greg Tonoski <111286121+GregTonoski@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:19:37 +0200 Subject: [PATCH] Version updated to 3.0.0 in help text --- BIP39-XOR.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BIP39-XOR.bash b/BIP39-XOR.bash index d6b39f9..ae2edf4 100644 --- a/BIP39-XOR.bash +++ b/BIP39-XOR.bash @@ -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 ." + echo "This is the 3.0.0 version. Release date: 20231006T111800Z. Author: Greg Tonoski ." } declare INPUT_CODEWORDS_ARRAY1=""