Updating changelog + build for 1.9.2

This commit is contained in:
Jack Kingsman
2026-02-12 01:04:54 -08:00
parent 465091d370
commit f26b3d5fc7
5 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ async def lifespan(app: FastAPI):
app = FastAPI(
title="RemoteTerm for MeshCore API",
description="API for interacting with MeshCore mesh radio networks",
version="0.1.0",
version="1.9.2",
lifespan=lifespan,
)