From c5a13f56d849a2b74800300ef9605719b1c6b4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kris=20N=C3=B3va?= Date: Mon, 18 Apr 2022 16:50:57 -0400 Subject: [PATCH] Automatic commit from github.com/kris-nova/bin/git-save MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kris NĂ³va --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ...);