From b1015789d0c377d8485463c5cc16a2f13de59c18 Mon Sep 17 00:00:00 2001 From: Gerardo O Date: Fri, 31 May 2024 19:20:37 -0500 Subject: [PATCH] Version bumped to 1.9.3. --- src/commons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commons.h b/src/commons.h index 2bbb92ce73..4f0f4bb888 100644 --- a/src/commons.h +++ b/src/commons.h @@ -43,7 +43,7 @@ #define __attribute__(x) /**/ #endif #define GO_UNUSED __attribute__((unused)) -#define GO_VERSION "1.9.2" +#define GO_VERSION "1.9.3" #define GO_WEBSITE "https://goaccess.io/" extern struct tm now_tm;