From 737701d11615f78f138a96edb0080c4262ef3e03 Mon Sep 17 00:00:00 2001 From: eikendev Date: Sat, 15 Feb 2025 14:28:58 +0100 Subject: [PATCH] Fix version label in docs metadata --- cmd/pushbits/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pushbits/main.go b/cmd/pushbits/main.go index 7c81a61..290ffa5 100644 --- a/cmd/pushbits/main.go +++ b/cmd/pushbits/main.go @@ -30,7 +30,7 @@ func setupCleanup(db *database.Database, dp *dispatcher.Dispatcher) { } // @title PushBits Server API Documentation -// @version 0.10.1 +// @version 0.10.5 // @description Documentation for the PushBits server API. // @contact.name The PushBits Developers