Skip to content

Commit da132fb

Browse files
committed
bump version
1 parent 061b450 commit da132fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/tldr/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const (
3232
const currentPlattform = runtime.GOOS
3333

3434
func printVersion() {
35-
fmt.Println("tldr v 1.0.6")
35+
fmt.Println("tldr v 1.1.0")
3636
fmt.Println("Copyright (C) 2017 Max Strübing")
37-
fmt.Println("Source available at https://github.com")
37+
fmt.Println("Source available at https://github.com/mstruebing/tldr")
3838
}
3939

4040
func listAllPages() {

0 commit comments

Comments
 (0)