Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiori44 committed Oct 16, 2024
1 parent 4c560da commit 7b9c8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int main(int argc, char *argv[]) {
//Check for flags
if (argc >= 2 && argv[1][0] == '-') {
if (ARG("-V") || ARG("--version")) {
puts("loket 1.0");
puts("loket 1.0.1");
return 0;
} else if (ARG("-L") || ARG("--license")) {
#include "license.h"
Expand Down

0 comments on commit 7b9c8d1

Please sign in to comment.