diff --git a/README.md b/README.md index d40a299..7d8f3cc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Faygo is a fast and concise Go Web framework that can be used to develop high-pe ### Version -v1.0 +v1.1 ### Requirements diff --git a/README_ZH.md b/README_ZH.md index b61bb96..63a05ef 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -20,7 +20,7 @@ Faygo 是一款快速、简洁的Go Web框架,可用极少的代码开发出 ### 版本号 -v1.0 +v1.1 ### 安装要求 diff --git a/faygo.go b/faygo.go index 9880e5b..b27ab84 100644 --- a/faygo.go +++ b/faygo.go @@ -34,7 +34,7 @@ import ( const ( // VERSION is faygo web framework's version - VERSION = "1.0" + VERSION = "1.1" banner = ` ___