diff --git a/README.md b/README.md index 50bead1..cd39cab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ACTS 1.4b2 +ACTS 1.4.0 ========== Another Calendar-based Tarsnap Script. diff --git a/acts b/acts index 53776aa..e8a6d3b 100755 --- a/acts +++ b/acts @@ -5,7 +5,7 @@ set -u # Exit if a pipeline exits non-zero set -e -VERSION="1.4b2" +VERSION="1.4.0" if [ "$#" = "1" ] && [ "$1" = "--version" ]; then echo "acts version $VERSION"