This commit is contained in:
Chris
2026-02-10 18:56:14 +01:00
parent 90f86d63dc
commit d0ab5021c4
10 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,6 @@
void cli_cmd_brewver(char *args) {
(void)args;
cli_write("BrewOS v1.44 Beta\n");
cli_write("BrewOS v1.45 Beta\n");
cli_write("BrewOS Kernel V2.3.1 Beta\n");
}