From cecab60053a494ccd99bb2d77f8b7821daae7612 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sun, 26 Mar 2023 17:10:05 +0200 Subject: [PATCH] 0.7 raise version --- dh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dh b/dh index 4495307..3a3e623 100755 --- a/dh +++ b/dh @@ -69,7 +69,7 @@ check_tui_dependencies() { set_variables() { #progname="${progname:="${0##*/}"}" progname="DistroHopper" - version="0.5" + version="0.7" #GTK_THEME="alt-dialog" DH_CONFIG_DIR="$HOME/.config/distrohopper" DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"