Skip to content

Commit

Permalink
bump up version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iret-kawashima committed Nov 10, 2023
1 parent 39a05a3 commit 914e075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 914e075

Please sign in to comment.