From 45e5d900fbc6784aaf48a46f95d21880d35af3c5 Mon Sep 17 00:00:00 2001 From: zyx Date: Mon, 8 Jun 2020 22:30:28 +0800 Subject: [PATCH] bump version to 0.6.5 --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index f07a60a..709ee7b 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ package internal // Version of the program -const Version string = "0.6.4" +const Version string = "0.6.5"