From 5087aa4f6c77850990bd7876e16efae2d8bd21e5 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 29 Dec 2017 16:58:47 +0800 Subject: [PATCH] v0.9beta --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 2460ebe42..b14cef741 100644 --- a/version.go +++ b/version.go @@ -1,6 +1,6 @@ package gf // 框架信息 -const VERSION = "0.80" +const VERSION = "0.90 beta" const AUTHORS = "john"