diff --git a/configure.ac b/configure.ac index 9c06a38c..14d756c2 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.5.4],[hello@goaccess.io],[],[https://goaccess.io]) +AC_INIT([goaccess],[1.5.5],[hello@goaccess.io],[],[https://goaccess.io]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/goaccess.c]) AC_CONFIG_HEADERS([src/config.h])