Skip to content

Commit 69d446e

Browse files
committed
chore: bump version to v0.6.6
1 parent d164814 commit 69d446e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// CLOG v0.6.5 - Caddy Log Viewer
1+
// CLOG v0.6.6 - Caddy Log Viewer
22
// Source Repository: https://github.com/hellotimking/clog
33

44
package main
@@ -257,7 +257,7 @@ func main() {
257257
var f, host string
258258

259259
flag.Usage = func() {
260-
fmt.Fprintf(os.Stderr, "\033[1mCLOG v0.6.5 - High-Visibility Caddy Logs\033[0m\n")
260+
fmt.Fprintf(os.Stderr, "\033[1mCLOG v0.6.6 - High-Visibility Caddy Logs\033[0m\n")
261261
fmt.Fprintf(os.Stderr, "Usage: clog [options] <logfile>\n\nOptions:\n")
262262
fmt.Fprintf(os.Stderr, " -l, --lines number of previous lines to show\n")
263263
fmt.Fprintf(os.Stderr, " -h, --host only show logs for this domain or IP\n")
@@ -273,7 +273,7 @@ func main() {
273273
fmt.Fprintf(os.Stderr, " --help show this help menu\n\n")
274274
}
275275

276-
// CLOG v0.6.5 - Caddy Log Viewer
276+
// CLOG v0.6.6 - Caddy Log Viewer
277277
// Source Repository: https://github.com/hellotimking/clog
278278

279279
flag.IntVar(&lCount, "l", 0, "")

0 commit comments

Comments
 (0)