Merge pull request #573 from dtag-dev-sec/dev

bump version
This commit is contained in:
Marco Ochse 2020-03-09 13:12:40 +01:00 committed by GitHub
commit 5ddf1fdd07
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 # Let's check for version
function fuCHECK_VERSION () { function fuCHECK_VERSION () {
local myMINVERSION="19.03.0" local myMINVERSION="19.03.0"
local myMASTERVERSION="19.03.1" local myMASTERVERSION="19.03.2"
echo echo
echo "### Checking for Release ID" echo "### Checking for Release ID"
myRELEASE=$(lsb_release -i | grep Debian -c) myRELEASE=$(lsb_release -i | grep Debian -c)