diff --git a/src/main.c b/src/main.c index c6c80ec..bfbe256 100644 --- a/src/main.c +++ b/src/main.c @@ -11,7 +11,7 @@ static bool run; void leave(); int main(void) { - puts("Indivisible v0.2\n"); + puts("Indivisible v0.3\n"); // Quit on ^C by setting `run = false' run = true;