From 69738c337f26afd565388d29a6722314b36e533c Mon Sep 17 00:00:00 2001 From: John Date: Fri, 23 Nov 2018 16:50:58 +0800 Subject: [PATCH] VERSION updates --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index b72190bc4..d59459465 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package gf -const VERSION = "v1.3.1" +const VERSION = "v1.2.11" const AUTHORS = "john"