diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |