We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0463ca5 commit c71dde8Copy full SHA for c71dde8
README.md
@@ -17,7 +17,7 @@ Faygo is a fast and concise Go Web framework that can be used to develop high-pe
17
18
### Version
19
20
-v1.0
+v1.1
21
22
### Requirements
23
README_ZH.md
@@ -20,7 +20,7 @@ Faygo 是一款快速、简洁的Go Web框架,可用极少的代码开发出
### 版本号
24
25
### 安装要求
26
faygo.go
@@ -34,7 +34,7 @@ import (
34
35
const (
36
// VERSION is faygo web framework's version
37
- VERSION = "1.0"
+ VERSION = "1.1"
38
39
banner = `
40
___
0 commit comments