From 738f451cb087bd1ca64028008f5d398125f56ac2 Mon Sep 17 00:00:00 2001 From: "Aaron Rackley (EverydayTinkerer)" Date: Mon, 16 Oct 2023 11:33:44 +0100 Subject: [PATCH] Update swagger.json Signed-off-by: Aaron Rackley (EverydayTinkerer) --- api/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/swagger.json b/api/swagger.json index dea142e..5bf0499 100644 --- a/api/swagger.json +++ b/api/swagger.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "version": "0.19.0", + "version": "0.20.0", "title": "Mocked-API", "description": "An API library for providing endpoints of mock data for use during testing. This API is still in the development and until it reaches version 1.0.0 the API is subject to change. To find out more head over to https://mocked-api.dev/" },