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

@@ -1,12 +1,12 @@
{
"name": "hoa-ledgeriq-backend",
"version": "2026.3.2-beta",
"version": "2026.3.7-beta",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hoa-ledgeriq-backend",
"version": "2026.3.2-beta",
"version": "2026.3.7-beta",
"dependencies": {
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^3.3.0",

View File

@@ -1,6 +1,6 @@
{
"name": "hoa-ledgeriq-backend",
"version": "2026.3.2-beta",
"version": "2026.3.7-beta",
"description": "HOA LedgerIQ - Backend API",
"private": true,
"scripts": {

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);