From 0819afc9daa4975e5c32e635bce8bd564b728da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3?= Date: Sun, 3 Mar 2019 23:17:45 +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 5e887f3..da2a957 100644 --- a/lib/version/version.go +++ b/lib/version/version.go @@ -1,6 +1,6 @@ package version -const VERSION = "0.17.0" +const VERSION = "0.17.1" func GetVersion() string { return VERSION