diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f21953e..aca4a2bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 20210222 - **New Release 20.06.2** +- **Countless Cloud Contributions** + - Thanks to @shaderecker ## 20210219 - **Rebuild Snare, Tanner, Redis, Phpox** diff --git a/update.sh b/update.sh index cff90da84..fa29706dc 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="20.06.1" +local myMASTERVERSION="20.06.2" echo echo "### Checking for Release ID" myRELEASE=$(lsb_release -i | grep Debian -c)