Skip to content

Commit

Permalink
feat(kernel): increment the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bemxio committed Jul 16, 2022
1 parent 3f6b8d7 commit 6f85314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void input_callback(char *buffer) {
void kernel_main() {
kclear();

kprintln("\nbemxOS v0.2.1 (very early beta tester alpha verison!!!)");
kprintln("\nbemxOS v0.2.2 (very early beta tester alpha verison!!!)");
kprintln("type 'help' to check all of the commands :)\n");

kprint(PROMPT);
Expand Down

0 comments on commit 6f85314

Please sign in to comment.