Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Jun 21, 2021
1 parent d745d15 commit 1056dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tldr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
const currentPlattform = runtime.GOOS

func printVersion() {
fmt.Println("tldr v 1.3.0")
fmt.Println("tldr v 1.3.1")
fmt.Println("Copyright (C) 2017 Max Strübing")
fmt.Println("Source available at https://github.com/mstruebing/tldr")
}
Expand Down

0 comments on commit 1056dfd

Please sign in to comment.