fix(syslog-ng): warning about conf version

The service warned on startup about running in compatibility mode since the configuration version was "3.31" instead of "3.36".

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Aurélien Bertron
2022-06-20 20:05:32 +02:00
committed by Khem Raj
parent 1667aef536
commit e80ce510e1
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
@version: 3.31
@version: 3.36
#
# Syslog-ng configuration file, compatible with default Debian syslogd
# installation. Originally written by anonymous (I can't find his name)
@@ -1,4 +1,4 @@
@version: 3.31
@version: 3.36
#
# Syslog-ng configuration file, compatible with default Debian syslogd
# installation. Originally written by anonymous (I can't find his name)