Forgot to set that shit to v0.3

This commit is contained in:
Nicolás A. Ortega 2016-12-12 16:20:21 +01:00
parent 4cbc3fae7d
commit 06cb271dba
No known key found for this signature in database
GPG Key ID: 614272579C2070D1

View File

@ -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;