Skip to content

Commit c71dde8

Browse files
committed
Marked as version 1.1
1 parent 0463ca5 commit c71dde8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Faygo is a fast and concise Go Web framework that can be used to develop high-pe
1717

1818
### Version
1919

20-
v1.0
20+
v1.1
2121

2222
### Requirements
2323

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Faygo 是一款快速、简洁的Go Web框架,可用极少的代码开发出
2020

2121
### 版本号
2222

23-
v1.0
23+
v1.1
2424

2525
### 安装要求
2626

faygo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434

3535
const (
3636
// VERSION is faygo web framework's version
37-
VERSION = "1.0"
37+
VERSION = "1.1"
3838

3939
banner = `
4040
___

0 commit comments

Comments
 (0)