main: bump version

This commit is contained in:
Kied Llaentenn 2019-12-13 16:36:16 -05:00
parent 115753a1ea
commit 6180a4b65f

2
main.c
View File

@ -7,7 +7,7 @@
#include "termbox.h"
#include "args.h"
#define VERSION "0.1.0"
#define VERSION "0.2.0"
// argument parsing (args.h)
char *argv0;