summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2023-01-08 10:00:08 -0800
committerPreston Pan <preston@nullring.xyz>2023-01-08 10:00:08 -0800
commitaa1dd020edb82f26dd5bc29378177cfcaa4c53ed (patch)
tree4785b6311ac14be5939d33ebb5b0d8988c8f56bd /src/main.c
parent8edafecb633fec2b6327d996c1e7c282f4f1792f (diff)
print functions completed
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index db5846d..c75ef85 100644
--- a/src/main.c
+++ b/src/main.c
@@ -132,7 +132,7 @@ int main(int argc, char **argv) {
exit(1);
}
if (strcmp(argv[1], "-v") == 0 || strcmp(argv[1], "--version") == 0) {
- printf("nxs, version 1.0.0 alpha\n");
+ printf("nxs, version 1.2 alpha\n");
exit(0);
}