diff --git a/README.md b/README.md index 01de05d..dcba4ce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ACTS 1.4b1 +ACTS 1.4b2 ========== Another Calendar-based Tarsnap Script. diff --git a/acts b/acts index cb4238a..b530457 100755 --- a/acts +++ b/acts @@ -5,7 +5,7 @@ set -u # Exit if a pipeline exits non-zero set -e -VERSION="1.4b1" +VERSION="1.4b2" if [ "$#" = "1" ] && [ "$1" = "--version" ]; then echo "acts version $VERSION"