From 104613b056b4b2f85af786638d37aa50d7bc06e2 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 31 Jan 2019 13:58:35 +0800 Subject: [PATCH] VERSION up --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index c02ef9f2e..135054c4a 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package gf -const VERSION = "v1.4.6" +const VERSION = "v1.4.6.1" const AUTHORS = "john"