diff --git a/apt-undo b/apt-undo index 86fd940..da3dd8a 100755 --- a/apt-undo +++ b/apt-undo @@ -12,7 +12,7 @@ esac set -eu -o pipefail -SCRIPT_VERSION=1.0b+git +SCRIPT_VERSION=1.0 if [[ -t 2 ]]; then t_green=$'\e[32m'