Updated version number for new release

modified:   src/main.c
This commit is contained in:
Brian Barto 2016-07-14 08:48:22 -04:00
parent 5aa1eb0485
commit 0af55b446a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <ctype.h>
#include "nms.h"
#define VERSION "0.2.0"
#define VERSION "0.2.1"
#define INPUT_GROWTH_FACTOR 2
int main(int argc, char *argv[]) {