From 2cc913d133ce2dcf565c836246ea029f39feb3ab Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Tue, 12 Aug 2025 15:20:14 -0700 Subject: [PATCH] Add the Replying to link to the chat page --- meshview/web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshview/web.py b/meshview/web.py index 32861ce..5a39baf 100644 --- a/meshview/web.py +++ b/meshview/web.py @@ -23,7 +23,7 @@ import re import traceback SEQ_REGEX = re.compile(r"seq \d+") -SOFTWARE_RELEASE= "2.0.3.08-06-25" +SOFTWARE_RELEASE= "2.0.3.08-12-25" CONFIG = config.CONFIG env = Environment(loader=PackageLoader("meshview"), autoescape=select_autoescape())