diff --git a/src/config/config.py b/src/config/config.py index fb6178d..b796c13 100644 --- a/src/config/config.py +++ b/src/config/config.py @@ -1,6 +1,6 @@ from common.utils import get_server_username -VERSION = '0.2.20' +VERSION = '0.2.21' RELEASE_NOTES_URL = ( "https://raw.githubusercontent.com/singnet/das/master/docs/release-notes.md" )