aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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 3107c52..de0abe7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -23,7 +23,7 @@ void usage() {
/*! prints version and exits */
void version() {
printf("Author: Preston Pan, MIT License 2024\n");
- printf("stem, version 1.3 alpha\n");
+ printf("stem, version 1.4 alpha\n");
exit(0);
}