diff --git a/configure.ac b/configure.ac index 343d9be236..60eab58363 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([goaccess],[1.9.1],[hello@goaccess.io],[],[https://goaccess.io]) +AC_INIT([goaccess],[1.9.2],[hello@goaccess.io],[],[https://goaccess.io]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/goaccess.c]) AC_CONFIG_HEADERS([src/config.h])