Bump version to v1.2

This commit is contained in:
jaseg 2021-01-16 13:23:22 +01:00
parent 0039b3f832
commit adaa9f7717

View file

@ -78,7 +78,7 @@ static void usage(void)
static void version(void)
{
wprintf(L"lolcat version 1.1, (c) 2020 jaseg\n");
wprintf(L"lolcat version 1.2, (c) 2020 jaseg\n");
exit(0);
}