diff --git a/acts b/acts index f8cca92..fdbfaf8 100755 --- a/acts +++ b/acts @@ -5,7 +5,7 @@ set -u # Exit if a pipeline exits non-zero set -e -VERSION="1.3b3" +VERSION="1.3" if [ "$#" = "1" ] && [ "$1" = "--version" ]; then echo "acts version $VERSION"