Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Oct 28, 2017
1 parent 061b450 commit da132fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/tldr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ const (
const currentPlattform = runtime.GOOS

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

func listAllPages() {
Expand Down

0 comments on commit da132fb

Please sign in to comment.