From 62bc3c856f54ef84379ede79019d9bd54cf192c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3?= Date: Sun, 24 Mar 2019 03:28:10 +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 6abce68..6c2aa40 100644 --- a/lib/version/version.go +++ b/lib/version/version.go @@ -1,8 +1,8 @@ package version -const VERSION = "0.18.2" +const VERSION = "0.19.0" // Compulsory minimum version, Minimum downward compatibility to this version func GetVersion() string { - return "0.18.2" + return "0.19.0" }