Skip to content

Commit

Permalink
chore(meproc): add version
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Nov 13, 2023
1 parent facf606 commit 3ba2efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meproc.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
return;
} fi

Log('info', "Listen: " + Conf['ip'] + ':' + Conf['port']);
Log('info', "Meproc v1.0.0. Listen on: " + Conf['ip'] + ':' + Conf['port']);

Eval('@/http.m');

Expand Down

0 comments on commit 3ba2efa

Please sign in to comment.