mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-01 16:48:19 +00:00
chore: version bump v1.4.0
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ import (
|
||||
)
|
||||
|
||||
// @title MeshCore Beacon API
|
||||
// @version 1.3.0
|
||||
// @version 1.4.0
|
||||
// @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
|
||||
|
||||
|
||||
+1
-1
@@ -3530,7 +3530,7 @@ const docTemplate = `{
|
||||
|
||||
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
||||
var SwaggerInfo = &swag.Spec{
|
||||
Version: "1.3.0",
|
||||
Version: "1.4.0",
|
||||
Host: "localhost:8080",
|
||||
BasePath: "/api/v1",
|
||||
Schemes: []string{"http", "https"},
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
"license": {
|
||||
"name": "AGPL-3-or-later"
|
||||
},
|
||||
"version": "1.3.0"
|
||||
"version": "1.4.0"
|
||||
},
|
||||
"host": "localhost:8080",
|
||||
"basePath": "/api/v1",
|
||||
|
||||
+1
-1
@@ -1010,7 +1010,7 @@ info:
|
||||
name: AGPL-3-or-later
|
||||
termsOfService: https://github.com/MeshCore-Beacon/beacon-server
|
||||
title: MeshCore Beacon API
|
||||
version: 1.3.0
|
||||
version: 1.4.0
|
||||
paths:
|
||||
/brokers:
|
||||
get:
|
||||
|
||||
Reference in New Issue
Block a user