From a5f95ff4a932a558ee8690c8abcb07cd7dc40b9f Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 22 Apr 2026 20:09:58 -0500 Subject: [PATCH] fix(version): remove trailing period from version sync instruction --- 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 d1cb3ff..460b7af 100644 --- a/meshchatx/src/version.py +++ b/meshchatx/src/version.py @@ -1,6 +1,6 @@ """Version string synced from package.json. -Do not edit by hand. Run: pnpm run version:sync. +Do not edit by hand. Run: pnpm run version:sync """ __version__ = "4.5.0"