Skip to content

Commit 1c99077

Browse files
committed
chore: update API version in app.service.ts to 1.1.2
1 parent 4d8a6ee commit 1c99077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/app.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { Injectable } from "@nestjs/common";
33
@Injectable()
44
export class AppService {
55
getHello(): string {
6-
return `CommitFlow API (1.1.1) is running!`;
6+
return `CommitFlow API (1.1.2) is running!`;
77
}
88
}

0 commit comments

Comments
 (0)