Skip to content

Commit 0eb2337

Browse files
committed
feat(prm): sync internal version to 1.3.2
1 parent cd424a5 commit 0eb2337

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/prm/commands/cmd_core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ static int isValidPrmArg(const char* arg) {
2323
}
2424

2525
void prm_version() {
26-
printf("prm v1.3.1 (ProXPL v1.3.1)\n");
26+
printf("prm v1.3.2 (ProXPL v1.3.2)\n");
2727
}
2828

2929
void prm_help() {
30-
printf("ProX Resource Manager (prm) v1.3.1\n");
30+
printf("ProX Resource Manager (prm) v1.3.2\n");
3131
printf("Usage: prm <command> [options]\n\n");
3232

3333
printf("Core Commands:\n");

0 commit comments

Comments
 (0)