diff --git a/go.mod b/go.mod index da3faab..a76ce00 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/lecaros/flog +module github.com/chronosphereio/calyptia-flog go 1.14 diff --git a/option.go b/option.go index 35078a0..bf2bfec 100644 --- a/option.go +++ b/option.go @@ -11,7 +11,7 @@ import ( "github.com/spf13/pflag" ) -const version = "0.5.0" +const version = "0.6.0" const usage = `flog is a fake log generator for common log formats Usage: flog [options]