From b04228e36b7e8f59ff8bfe51fb9ccd37d6dbe759 Mon Sep 17 00:00:00 2001 From: slowpeek Date: Sun, 18 Feb 2024 18:22:20 +0200 Subject: [PATCH] Release 1.0 --- apt-undo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'