Skip to content

Commit

Permalink
Update README (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl authored Mar 14, 2023
1 parent e56ce78 commit da720fe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ new framework, but also happy to play around Golang! Tribute Laravel!

Welcome to star, PR and issues!

## Documentation

Online documentation [https://www.goravel.dev](https://www.goravel.dev)

Example [https://github.com/goravel/example](https://github.com/goravel/example)

> To optimize the documentation, please submit a PR to the documentation
> repository [https://github.com/goravel/docs](https://github.com/goravel/docs)
## Main Function

- [x] Config
Expand All @@ -36,16 +45,7 @@ Welcome to star, PR and issues!

## Roadmap

- [ ] Queue supports DB driver
- [ ] Notifications
- [ ] Optimize unit tests

## Documentation

Online documentation [https://www.goravel.dev](https://www.goravel.dev)

> To optimize the documentation, please submit a PR to the documentation
> repository [https://github.com/goravel/docs](https://github.com/goravel/docs)
[For Detail](https://github.com/goravel/goravel/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)

## Contributors

Expand Down
18 changes: 9 additions & 9 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Laravel!

欢迎 Star, PR, Issues!

## 文档

在线文档 [https://www.goravel.dev/zh](https://www.goravel.dev/zh)

示例 [https://github.com/goravel/example](https://github.com/goravel/example)

> 优化文档,请提交 PR 至文档仓库 [https://github.com/goravel/docs](https://github.com/goravel/docs)
## 主要功能

- [x] 自定义配置
Expand All @@ -35,15 +43,7 @@ Laravel!

## 路线图

- [ ] 队列支持 DB 驱动
- [ ] 消息通知
- [ ] 完善单元测试

## 文档

在线文档 [https://www.goravel.dev/zh](https://www.goravel.dev/zh)

> 优化文档,请提交 PR 至文档仓库 [https://github.com/goravel/docs](https://github.com/goravel/docs)
[查看详情](https://github.com/goravel/goravel/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)

## 贡献者

Expand Down
2 changes: 1 addition & 1 deletion support/constant.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package support

const Version string = "v1.9.1"
const Version string = "v1.10.0"

const (
EnvRuntime = "runtime"
Expand Down

0 comments on commit da720fe

Please sign in to comment.