Update version to 1.0.1

modified:   src/nms.c
This commit is contained in:
Brian Barto 2021-09-24 15:02:46 -04:00
parent 2b5e31a3dc
commit 60ffa52f50
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include "input.h"
#include "error.h"
#define VERSION "1.0.0"
#define VERSION "1.0.1"
int main(int argc, char *argv[])
{