docs: prepare for 0.1.3-dev release

This commit is contained in:
Masahiko AMANO 2022-12-28 18:58:05 +03:00
parent 29df398a50
commit 7961554b69

View File

@ -344,7 +344,7 @@ int main(int argc, char **argv) {
} }
return 0; return 0;
case 'V': case 'V':
printf("0.1.2-dev\n"); printf("0.1.3-dev\n");
return 0; return 0;
case 'I': case 'I':
abspath = realpath(optarg, abspath); abspath = realpath(optarg, abspath);