From a26fd5de041904c25559bb1764250f04a5ae1766 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Thu, 7 May 2020 03:56:19 +0900 Subject: [PATCH] chore: bump up to v0.4.2 --- option.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/option.go b/option.go index 2f453d1..fc14298 100644 --- a/option.go +++ b/option.go @@ -8,7 +8,7 @@ import ( "github.com/spf13/pflag" ) -const version = "0.4.1" +const version = "0.4.2" const usage = `flog is a fake log generator for common log formats Usage: flog [options]