From c0e2b6283cf6160cde51ebb10db41feda25383eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3?= Date: Tue, 19 Mar 2019 22:43:42 +0800 Subject: [PATCH] version --- lib/version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version/version.go b/lib/version/version.go index 5ad42d6..6abce68 100644 --- a/lib/version/version.go +++ b/lib/version/version.go @@ -1,8 +1,8 @@ package version -const VERSION = "0.18.1" +const VERSION = "0.18.2" // Compulsory minimum version, Minimum downward compatibility to this version func GetVersion() string { - return "0.18.1" + return "0.18.2" }