diff --git a/cmd/beacon/main.go b/cmd/beacon/main.go index 4ac81f8..c9bd9c4 100644 --- a/cmd/beacon/main.go +++ b/cmd/beacon/main.go @@ -37,7 +37,7 @@ import ( var version = "dev" // @title MeshCore Beacon API -// @version 1.5.3 +// @version 1.5.4 // @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 diff --git a/docs/docs.go b/docs/docs.go index 344d218..89b5574 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3533,7 +3533,7 @@ const docTemplate = `{ // SwaggerInfo holds exported Swagger Info so clients can modify it var SwaggerInfo = &swag.Spec{ - Version: "1.5.3", + Version: "1.5.4", Host: "localhost:8080", BasePath: "/api/v1", Schemes: []string{"http", "https"}, diff --git a/docs/swagger.json b/docs/swagger.json index af0b69b..c6f0862 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -15,7 +15,7 @@ "license": { "name": "AGPL-3-or-later" }, - "version": "1.5.3" + "version": "1.5.4" }, "host": "localhost:8080", "basePath": "/api/v1", diff --git a/docs/swagger.yaml b/docs/swagger.yaml index f57e7ae..0eda610 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -1012,7 +1012,7 @@ info: name: AGPL-3-or-later termsOfService: https://github.com/MeshCore-Beacon/beacon-server title: MeshCore Beacon API - version: 1.5.3 + version: 1.5.4 paths: /brokers: get: