From 020d4e973855e0afa38ff27050b9ecff760bee7f Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 9 Mar 2020 12:11:13 +0000 Subject: [PATCH] bump version --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index ee18fad7..5ad31dd3 100755 --- a/update.sh +++ b/update.sh @@ -82,7 +82,7 @@ echo # Let's check for version function fuCHECK_VERSION () { local myMINVERSION="19.03.0" -local myMASTERVERSION="19.03.1" +local myMASTERVERSION="19.03.2" echo echo "### Checking for Release ID" myRELEASE=$(lsb_release -i | grep Debian -c)