From 027b29aa5aa4b844a36160214d6c3ccf7c959302 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 9 Mar 2023 10:21:21 -0800 Subject: [PATCH] updated version nimber after previous update --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 0adf701..899d479 100644 --- a/functions +++ b/functions @@ -2,7 +2,7 @@ # pyr0ball script functions library # Initial Vars -functionsrev=1.1.5 +functionsrev=1.1.6 scriptname="${0##*/}" rundir="${0%/*}" rundir_absolute=$(cd `dirname $0` && pwd)