From 507f694c35828b0fa4cd63cd477568d5207cb1a2 Mon Sep 17 00:00:00 2001 From: levisingularity Date: Fri, 12 Jul 2024 15:56:43 -0300 Subject: [PATCH] Chores: create a new release version 0.2.21 --- src/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )