From 2012f9c847509ade159f9ed92b3563f14b5009da Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 11 Apr 2023 10:13:36 -0700 Subject: [PATCH] incremented version --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 69264aa..ddf3cf0 100644 --- a/functions +++ b/functions @@ -2,7 +2,7 @@ # pyr0ball script functions library # Initial Vars -functionsrev=1.1.7 +functionsrev=1.1.8 scriptname="${0##*/}" rundir="${0%/*}" rundir_absolute=$(cd $rundir && pwd)