fix version string for update check

This commit is contained in:
Marco Ochse 2020-09-04 18:59:15 +02:00 committed by GitHub
parent a90f135f06
commit 2bac239763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ echo
# Let's check for version
function fuCHECK_VERSION () {
local myMINVERSION="19.03.0"
local myMASTERVERSION="20.06.0"
local myMASTERVERSION="20.06.1"
echo
echo "### Checking for Release ID"
myRELEASE=$(lsb_release -i | grep Debian -c)