From 140a3d22acb8deb6c51234840dfa897623946b59 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Sun, 15 Mar 2020 21:28:46 +0100 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index cecdddba..3f51ab23 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.2" +local myMASTERVERSION="19.03.3" echo echo "### Checking for Release ID" myRELEASE=$(lsb_release -i | grep Debian -c)