Skip to content

Commit

Permalink
Merge pull request #462 from splunk/fix/version
Browse files Browse the repository at this point in the history
Correct missed reference to syslog-ng version
  • Loading branch information
Ryan Faircloth authored and GitHub committed May 14, 2020
2 parents 661bc98 + fdf38f0 commit 7b8cfd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
docker:
- image: circleci/python:3.7
environment:
SYSLOG: "syslog-ng-3.26.1"
SYSLOG: "syslog-ng-3.27.1"
steps:
- setup_remote_docker:
docker_layer_caching: true
Expand Down
2 changes: 1 addition & 1 deletion package/etc/syslog-ng.conf.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@version:3.26
@version:3.27

# syslog-ng configuration file.

Expand Down

0 comments on commit 7b8cfd5

Please sign in to comment.