diff --git a/README.md b/README.md index 7e138f8..9450118 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ACTS 1.4.0 +ACTS 1.4.1 ========== Another Calendar-based Tarsnap Script. diff --git a/acts b/acts index 4e951f0..690066e 100755 --- a/acts +++ b/acts @@ -5,7 +5,7 @@ set -u # Exit if a pipeline exits non-zero set -e -VERSION="1.4.0" +VERSION="1.4.1" if [ "$#" = "1" ] && [ "$1" = "--version" ]; then echo "acts version $VERSION"