Skip to content

Commit e9ac4cd

Browse files
authored
Merge pull request #58 from alltilla/axosyslog-4.9.0
Axosyslog 4.9.0
2 parents 1588a40 + cab1ab9 commit e9ac4cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SOURCEDIRS=$(ROOT_DIR)/axosyslog_cfg_helper $(ROOT_DIR)/tests
33

44
BISON_INSTALL_PATH := /usr/local
55

6-
AXOSYSLOG_VERSION := 4.8.0
6+
AXOSYSLOG_VERSION := 4.9.0
77
AXOSYSLOG_RELEASE_URL := https://github.com/axoflow/axosyslog/releases/tag/axosyslog-$(AXOSYSLOG_VERSION)
88
AXOSYSLOG_TARBALL_URL := https://github.com/axoflow/axosyslog/releases/download/axosyslog-$(AXOSYSLOG_VERSION)/axosyslog-$(AXOSYSLOG_VERSION).tar.gz
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This tool makes configuring [AxoSyslog](https://github.com/axoflow/axosyslog) a bit easier by listing the options of each available driver.
44

5-
The options are generated from [AxoSyslog v4.8.0](https://github.com/axoflow/axosyslog/releases/tag/axosyslog-4.8.0).
5+
The options are generated from [AxoSyslog v4.9.0](https://github.com/axoflow/axosyslog/releases/tag/axosyslog-4.9.0).
66

77
## Quickstart
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "axosyslog-cfg-helper"
3-
version = "1.10.5"
3+
version = "1.11.0"
44
description = "Configuration helper for axosyslog."
55
authors = ["Attila Szakacs <szakacs.attila96@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)