diff --git a/parser.go b/parser.go index 5ea9134..f10b462 100644 --- a/parser.go +++ b/parser.go @@ -15,7 +15,7 @@ import ( ) // Version of access-log-parser. -const Version = "0.0.6" +const Version = "0.0.7" // Parser is a struct that defines how to parse the access log. // Patterns represents a list of regular expression patterns used for matching log lines,