diff --git a/README.md b/README.md index cae115e..cf18317 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ACTS 1.3b1 +ACTS 1.3b2 ========== Another Calendar-based Tarsnap Script. diff --git a/acts b/acts index 4f3788e..241c761 100755 --- a/acts +++ b/acts @@ -5,7 +5,7 @@ set -u # Exit if a pipeline exits non-zero set -e -VERSION="1.2" +VERSION="1.3b2" if [ "$#" = "1" ] && [ "$1" = "--version" ]; then echo "acts version $VERSION"