chore: prepare for 1.0.0 release

This commit is contained in:
2022-12-31 17:22:08 +03:00
parent 2ee6e5e8cc
commit 091b1757c6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ int main(int argc, char **argv) {
}
return 0;
case 'V':
printf("0.1.3-dev\n");
printf("1.0.0\n");
return 0;
case 'I':
abspath = realpath(optarg, abspath);