From da08c19b3b975143b59f5313849bf88569dea4d0 Mon Sep 17 00:00:00 2001 From: barrfalk Date: Wed, 17 Jul 2024 14:31:06 -0700 Subject: [PATCH] Update main.ts --- backend/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main.ts b/backend/src/main.ts index 1a4fd1193..e72cf0cdb 100644 --- a/backend/src/main.ts +++ b/backend/src/main.ts @@ -20,7 +20,7 @@ async function bootstrap() { const config = new DocumentBuilder() .setTitle("Compliance and Enforcement - Complaint Management API") .setDescription("The Complicance and Enforcement - Complaint Management API") - .setVersion("1.0.0") + .setVersion("1.0") .addTag("Compliance and Enforcement - Complaint Management") .build();