diff --git a/bashpass b/bashpass index d702446..af31c78 100755 --- a/bashpass +++ b/bashpass @@ -6,7 +6,7 @@ set +o xtrace # Disable debug mode. set -o pipefail # Don't hide errors within pipes. # Current version. -readonly VERSION="3.1" +readonly VERSION="3.2" # Whenever an error occurs, we want to notify the user about it. # This is a basic function that wil print the corresponding error