release v1.0.16 (#8)

* add shortcut -H to --no-headers, it's too cumbersome to type

* bump version

* add -H to usage

* re-generated

---------

Co-authored-by: Thomas von Dein <tom@vondein.org>
This commit is contained in:
T.v.Dein
2023-05-03 18:31:28 +02:00
committed by GitHub
parent a94a4fd5b0
commit 93800f81c1
6 changed files with 24 additions and 20 deletions

View File

@@ -19,13 +19,14 @@ package cfg
import (
"errors"
"fmt"
"github.com/gookit/color"
"os"
"regexp"
"github.com/gookit/color"
)
const DefaultSeparator string = `(\s\s+|\t)`
const Version string = "v1.0.15"
const Version string = "v1.0.16"
var VERSION string // maintained by -x