Skip to content

Commit

Permalink
Bumping for 5.1 Release
Browse files Browse the repository at this point in the history
* Adds better handling of JunOS firewall logs
  • Loading branch information
reyjrar committed May 24, 2024
1 parent 27c68a9 commit c3b6229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Parse::Syslog::Line - Simple syslog line parser

# VERSION

version 5.0
version 5.1

# SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion lib/Parse/Syslog/Line.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use Module::Loaded qw( is_loaded );
use POSIX qw( strftime tzset );
use Ref::Util qw( is_arrayref );

our $VERSION = '5.0';
our $VERSION = '5.1';

# Default for Handling Parsing
our $DateParsing = 1;
Expand Down

0 comments on commit c3b6229

Please sign in to comment.