Skip to content

Commit 2cbdffa

Browse files
Merge remote-tracking branch 'origin' into chore/npm-update
2 parents 8d783f8 + 65d0afb commit 2cbdffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function bootstrap() {
99
const globalPrefix = 'api';
1010
const config = new DocumentBuilder()
1111
.setTitle('@boldare/openai-assistant')
12-
.setVersion('1.0.0')
12+
.setVersion('1.0.2')
1313
.build();
1414
const document = SwaggerModule.createDocument(app, config);
1515

0 commit comments

Comments
 (0)