From 927c062ce8451548622747d52b9275acc10e2ae0 Mon Sep 17 00:00:00 2001 From: zenobit Date: Tue, 3 Oct 2023 21:50:03 +0200 Subject: [PATCH] raise version to 0.80 --- dh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dh b/dh index a3939ad..38add31 100755 --- a/dh +++ b/dh @@ -97,7 +97,7 @@ do #bash -x ./dh 2>&1 | tee output.log #progname="${progname:="${0##*/}"}" progname="DistroHopper" - version="0.77b" + version="0.80" #GTK_THEME="alt-dialog" DH_CONFIG_DIR="$HOME/.config/distrohopper" DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"