Update the version to 1.0.0

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

View File

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