This commit is contained in:
t3chn0m4g3 2021-02-22 11:21:18 +00:00
parent f7d696007c
commit 7587efaed8
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
## 20210222 ## 20210222
- **New Release 20.06.2** - **New Release 20.06.2**
- **Countless Cloud Contributions**
- Thanks to @shaderecker
## 20210219 ## 20210219
- **Rebuild Snare, Tanner, Redis, Phpox** - **Rebuild Snare, Tanner, Redis, Phpox**

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="20.06.1" local myMASTERVERSION="20.06.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)