From 1056dfd8cc1c3abf8f9881b2ddaa8e1a42829723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Mon, 21 Jun 2021 22:02:17 +0200 Subject: [PATCH] chore: update version --- cmd/tldr/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }