From 4a65cca224d87898b335c595609dcb9fd5d2dff5 Mon Sep 17 00:00:00 2001 From: kawashima Date: Mon, 23 Oct 2023 17:15:47 +0900 Subject: [PATCH] bump up version to 0.0.6 --- parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser.go b/parser.go index 04a6a2f..6409693 100644 --- a/parser.go +++ b/parser.go @@ -15,7 +15,7 @@ import ( ) // Version of access-log-parser. -const Version = "0.0.5" +const Version = "0.0.6" // Parser is a structure that defines how to parse the access log. // Fields represents the field names of the log entries.