Skip to content

Commit

Permalink
modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
fizzday committed Aug 28, 2019
1 parent 161bb0b commit 6381663
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The module diagram is as follows:
## installation
- go.mod
```bash
require github.com/gohouse/gorose v2.0.3
require github.com/gohouse/gorose v2.0.4
```

- docker
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gorose 2.0 采用模块化架构, 通过interface的api通信,严格的上层依
## 安装
- go.mod
```bash
require github.com/gohouse/gorose v2.0.3
require github.com/gohouse/gorose v2.0.4
```

- docker
Expand Down
2 changes: 1 addition & 1 deletion gorose.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Y8, 88 8b d8 88 '8b 8b d8 '"Y8ba, 8PP"""""""

const (
VERSION_TEXT = "\ngolang orm of gorose's version : "
VERSION_NO = "1.0.4"
VERSION_NO = "2.0.4"
VERSION = VERSION_TEXT + VERSION_NO + GOROSE_IMG
)

Expand Down

0 comments on commit 6381663

Please sign in to comment.