diff --git a/README.md b/README.md index ab5246a..d4a3b78 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_cn.md b/README_cn.md index 88128dd..5658bd9 100644 --- a/README_cn.md +++ b/README_cn.md @@ -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 diff --git a/gorose.go b/gorose.go index c8a0ad9..a2b5f48 100644 --- a/gorose.go +++ b/gorose.go @@ -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 )