Skip to content

Commit 50a21b9

Browse files
committed
bump up version to 1.1.0
1 parent 03a28ed commit 50a21b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (p *Parsed) ShowUsage(out io.Writer) {
5656
}
5757

5858
func (p *Parsed) ShowVersion(out io.Writer) {
59-
fmt.Fprintln(out, "1.0.1")
59+
fmt.Fprintln(out, "1.1.0")
6060
}
6161

6262
func ParseCmdArgs(err_out io.Writer) (*Parsed, error) {

0 commit comments

Comments
 (0)