chore: bump version to 2026.3.7 (Beta)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 12:01:53 -05:00
parent 69dad7cc74
commit 2b72951e66
6 changed files with 8 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ async function bootstrap() {
const config = new DocumentBuilder()
.setTitle('HOA LedgerIQ API')
.setDescription('API for the HOA LedgerIQ')
.setVersion('2026.3.2')
.setVersion('2026.3.7')
.addBearerAuth()
.build();
const document = SwaggerModule.createDocument(app, config);