From e67680074e04e0eaea680de93133327162d73304 Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Tue, 20 Sep 2022 21:29:16 +0000 Subject: [PATCH] chore(user/bksum):Bump version to note executable name change --- user/bksum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/bksum b/user/bksum index 08b6c81..ebf1f14 100755 --- a/user/bksum +++ b/user/bksum @@ -5,7 +5,7 @@ # arg(s): file paths (IFS delimited) # Output: file containing sha256 hashes and file paths # Depends: bash v5.1.16, date (GNU Coreutils 8.32), gpg v2.2.27, ots v0.7.0 -# Version: 0.0.1 +# Version: 0.0.2 declare -Ag appRollCall # Associative array for storing app status declare -Ag fileRollCall # Associative array for storing file status -- 2.30.2