diff --git a/cmd/tldr/main.go b/cmd/tldr/main.go index 41ce16e..93f6692 100644 --- a/cmd/tldr/main.go +++ b/cmd/tldr/main.go @@ -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") }