From a4a505e9dbb2ffa01bc00990268df11230938046 Mon Sep 17 00:00:00 2001 From: "Enot (ded) Skelly" Date: Thu, 11 Jun 2026 15:55:44 -0700 Subject: [PATCH] chore: update version in swagger ahead of release --- cmd/beacon/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/beacon/main.go b/cmd/beacon/main.go index 783586a..08f4b4c 100644 --- a/cmd/beacon/main.go +++ b/cmd/beacon/main.go @@ -33,14 +33,14 @@ import ( ) // @title MeshCore Beacon API -// @version 1.0 +// @version 1.2.2 // @description MeshCore network observation backend. Ingests LoRa packets from MQTT brokers, stores in PostgreSQL, and streams live events via WebSocket. // @termsOfService https://github.com/MeshCore-Beacon/beacon-server // @contact.name MeshCore Beacon // @contact.url https://github.com/MeshCore-Beacon/beacon-server -// @license.name MIT +// @license.name AGPL-3-or-later // @host localhost:8080 // @BasePath /api/v1