Skip to content

Commit

Permalink
update release version to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lico-n committed Mar 11, 2023
1 parent 036ba91 commit 781a13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func main() {
args := flag.Args()

if len(args) == 0 {
fmt.Fprintln(os.Stderr, "unneko v1.16.0 by Lico#6969")
fmt.Fprintln(os.Stderr, "unneko v1.17.0 by Lico#6969")
fmt.Fprintln(os.Stderr, "Usage: unneko <flags> input-file")
flag.PrintDefaults()
os.Exit(-1)
Expand Down

0 comments on commit 781a13f

Please sign in to comment.