aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 9d2d381..3107c52 100644
--- a/src/main.c
+++ b/src/main.c
@@ -22,8 +22,8 @@ void usage() {
/*! prints version and exits */
void version() {
- printf("Author: Preston Pan, MIT License 2023\n");
- printf("stem, version 1.2 alpha\n");
+ printf("Author: Preston Pan, MIT License 2024\n");
+ printf("stem, version 1.3 alpha\n");
exit(0);
}