diff --git a/common.h b/common.h index a607a8c..283b54b 100644 --- a/common.h +++ b/common.h @@ -11,7 +11,7 @@ extern int quiet; // VERSION is the semantic version of the program -#define VERSION "1.2.1" +#define VERSION "1.2.2" void asciiheader(); void boopprintf(const char *__restrict __format, ...);