From c106c4cd4553f5c798d31e24f7b84d100c904926 Mon Sep 17 00:00:00 2001 From: Ryan Su Date: Tue, 5 Sep 2023 17:36:57 +0800 Subject: [PATCH] chore: upgrade fms version --- fms.go | 2 +- fms.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fms.go b/fms.go index e42faf2..5d78a65 100644 --- a/fms.go +++ b/fms.go @@ -5,7 +5,7 @@ // Schemes: http, https // Host: localhost:9102 // BasePath: / -// Version: 1.1.3 +// Version: 1.1.4 // Contact: yuansu.china.work@gmail.com // securityDefinitions: // Token: diff --git a/fms.json b/fms.json index 1124c9a..2836a51 100644 --- a/fms.json +++ b/fms.json @@ -16,7 +16,7 @@ "contact": { "email": "yuansu.china.work@gmail.com" }, - "version": "1.1.3" + "version": "1.1.4" }, "host": "localhost:9102", "basePath": "/",