From 914e075c667007014de059f7900141c6467f2575 Mon Sep 17 00:00:00 2001 From: kawashima Date: Fri, 10 Nov 2023 19:55:56 +0900 Subject: [PATCH] bump up version to 0.0.9 --- parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser.go b/parser.go index 5b3ff69..32deae5 100644 --- a/parser.go +++ b/parser.go @@ -16,7 +16,7 @@ import ( ) // Version of access-log-parser. -const Version = "0.0.8" +const Version = "0.0.9" // 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,