From e57c51bfa76ae19df682f3cb94c40ef742cb117e Mon Sep 17 00:00:00 2001 From: Paul Pan Date: Mon, 29 Apr 2024 00:17:18 +0800 Subject: [PATCH] chore: update api version [skip ci] --- internal/web/router/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/web/router/api.go b/internal/web/router/api.go index e55abed..d1ca37a 100644 --- a/internal/web/router/api.go +++ b/internal/web/router/api.go @@ -13,7 +13,7 @@ import ( ) // @title WOJ Server API Documentation -// @version 1.2.0 +// @version 1.3.1 // @BasePath /api // @securityDefinitions.apikey Authentication // @in header