From bce2237a1bf96d12f5162eb7fc050b5685580dae Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 1 Jan 2026 23:37:16 -0600 Subject: [PATCH] feat(call): enhance call handling with DND and contacts-only settings, add greeting recording API, and improve notification management --- meshchatx/src/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshchatx/src/version.py b/meshchatx/src/version.py index e21aea3..ba8f0fe 100644 --- a/meshchatx/src/version.py +++ b/meshchatx/src/version.py @@ -3,4 +3,4 @@ Auto-generated helper so Python tooling and the Electron build share the same version string. """ -__version__ = "3.2.0" +__version__ = '3.2.0'