From e836956019c2cb85a4fc646e7bc0f681a4c2414a Mon Sep 17 00:00:00 2001 From: eikendev Date: Sun, 24 Sep 2023 22:39:05 +0200 Subject: [PATCH] Bump version --- 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 27458ef..7c81a61 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.7.2 +// @version 0.10.1 // @description Documentation for the PushBits server API. // @contact.name The PushBits Developers