Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into chore/npm-update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianmusial committed Apr 11, 2024
2 parents 8d783f8 + 65d0afb commit 2cbdffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function bootstrap() {
const globalPrefix = 'api';
const config = new DocumentBuilder()
.setTitle('@boldare/openai-assistant')
.setVersion('1.0.0')
.setVersion('1.0.2')
.build();
const document = SwaggerModule.createDocument(app, config);

Expand Down

0 comments on commit 2cbdffa

Please sign in to comment.