From 3d30f7a4b074f30deb30d1f0063677f0d1bc15cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3?= Date: Wed, 27 Mar 2019 10:06:52 +0800 Subject: [PATCH] Version --- lib/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version/version.go b/lib/version/version.go index 71e9e519..115bce9c 100644 --- a/lib/version/version.go +++ b/lib/version/version.go @@ -1,6 +1,6 @@ package version -const VERSION = "0.20.1" +const VERSION = "0.20.2" // Compulsory minimum version, Minimum downward compatibility to this version func GetVersion() string {