diff --git a/Makefile b/Makefile index 1632c3c..e26607a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SOURCEDIRS=$(ROOT_DIR)/axosyslog_cfg_helper $(ROOT_DIR)/tests BISON_INSTALL_PATH := /usr/local -AXOSYSLOG_VERSION := 4.8.0 +AXOSYSLOG_VERSION := 4.9.0 AXOSYSLOG_RELEASE_URL := https://github.com/axoflow/axosyslog/releases/tag/axosyslog-$(AXOSYSLOG_VERSION) AXOSYSLOG_TARBALL_URL := https://github.com/axoflow/axosyslog/releases/download/axosyslog-$(AXOSYSLOG_VERSION)/axosyslog-$(AXOSYSLOG_VERSION).tar.gz diff --git a/README.md b/README.md index 41edaa3..ee0a5b5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This tool makes configuring [AxoSyslog](https://github.com/axoflow/axosyslog) a bit easier by listing the options of each available driver. -The options are generated from [AxoSyslog v4.8.0](https://github.com/axoflow/axosyslog/releases/tag/axosyslog-4.8.0). +The options are generated from [AxoSyslog v4.9.0](https://github.com/axoflow/axosyslog/releases/tag/axosyslog-4.9.0). ## Quickstart diff --git a/pyproject.toml b/pyproject.toml index 4c84d5d..7419ff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "axosyslog-cfg-helper" -version = "1.10.5" +version = "1.11.0" description = "Configuration helper for axosyslog." authors = ["Attila Szakacs "] readme = "README.md"